We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ceb37 commit 9a0f3faCopy full SHA for 9a0f3fa
CHANGELOG.md
@@ -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
10
0.19.3
11
======
12
relenv/common.py
@@ -18,7 +18,7 @@
18
import time
19
20
# relenv package version
21
-__version__ = "0.19.3"
+__version__ = "0.19.4"
22
23
MODULE_DIR = pathlib.Path(__file__).resolve().parent
24
0 commit comments