Skip to content

Commit 8555810

Browse files
committed
Changelog for 0.22.11
1 parent c030aa4 commit 8555810

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
115
0.22.10
216
=======
317

relenv/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from collections.abc import Callable, Iterable, Mapping
2828

2929
# relenv package version
30-
__version__ = "0.22.10"
30+
__version__ = "0.22.11"
3131

3232
log = logging.getLogger(__name__)
3333

0 commit comments

Comments
 (0)