We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3933a commit bdd4336Copy full SHA for bdd4336
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+0.22.2
2
+======
3
+
4
+* Remove RPATH from shared libraries that do not link to any other libraries in
5
+ our environment.
6
+* Ensure we always return a proper and consistang default python version for
7
+ create, fetch, build commands.
8
9
10
0.22.1
11
======
12
relenv/common.py
@@ -34,7 +34,7 @@
34
)
35
36
# relenv package version
37
-__version__ = "0.22.1"
+__version__ = "0.22.2"
38
39
log = logging.getLogger(__name__)
40
0 commit comments