Skip to content

Commit

Permalink
Add changelog for 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Jul 21, 2023
1 parent 474a07f commit b7c4f68
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.13.1
======

* Determine openssl modules directory at runtime


0.13.0
======

Expand Down
2 changes: 1 addition & 1 deletion relenv/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import urllib.request

# relenv package version
__version__ = "0.13.0"
__version__ = "0.13.1"

MODULE_DIR = pathlib.Path(__file__).resolve().parent

Expand Down
1 change: 0 additions & 1 deletion relenv/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ def wrapper(*args, **kwargs):
debug("Unable to set CARGO_HOME no toolchain exists")
else:
relenvroot = str(sys.RELENV)
modules = str(sys.RELENV / "lib" / "ossl-modules")
rustflags = (
f"-C link-arg=-Wl,-rpath,{relenvroot}/lib "
f"-C link-arg=-L{relenvroot}/lib "
Expand Down

0 comments on commit b7c4f68

Please sign in to comment.