Skip to content

Commit 9a0f3fa

Browse files
committed
0.19.4 changelog
1 parent f5ceb37 commit 9a0f3fa

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.19.4
2+
======
3+
4+
* Upgrade sqlite to address CVE-2025-29087
5+
* Update sqlite to 3500200
6+
* Update libffi to 3.5.1
7+
* Update python 3.13 to 3.13.5
8+
9+
110
0.19.3
211
======
312

relenv/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import time
1919

2020
# relenv package version
21-
__version__ = "0.19.3"
21+
__version__ = "0.19.4"
2222

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

0 commit comments

Comments
 (0)