We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c030aa4 commit 8555810Copy full SHA for 8555810
2 files changed
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+0.22.11
2
+=======
3
+
4
+* Update python 3.14 to 3.14.5
5
+* Update sqlite to 3.53.1.0 (CVE-2025-70873)
6
+* Update expat to 2.8.1 (CVE-2026-41080 and CVE-2026-45186)
7
+* Add --check flag to versions command for dry run.
8
9
10
+0.22.10
11
12
13
+* Add python 3.14 builds.
14
15
0.22.10
16
=======
17
relenv/common.py
@@ -27,7 +27,7 @@
27
from collections.abc import Callable, Iterable, Mapping
28
29
# relenv package version
30
-__version__ = "0.22.10"
+__version__ = "0.22.11"
31
32
log = logging.getLogger(__name__)
33
0 commit comments