We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b69ba commit 12306c3Copy full SHA for 12306c3
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+0.22.3
2
+======
3
+
4
+* Fix regression where we tried to call readelf when no RELENV_BUILDENV environment exists
5
+* Prefer readelf and patchelf from ppbt if exists
6
+* Upgrade OpenSSL to 3.6.1
7
+* Upgrade SQLite to 3.51.2.0
8
+* Upgrade XZ to 5.8.2
9
+* Upgrade ncurses to6.6
10
+* Upgrade expat to2.7.4
11
12
13
0.22.2
14
======
15
relenv/common.py
@@ -34,7 +34,7 @@
34
)
35
36
# relenv package version
37
-__version__ = "0.22.2"
+__version__ = "0.22.3"
38
39
log = logging.getLogger(__name__)
40
0 commit comments