Skip to content

Commit 8bbacbe

Browse files
committed
Add changelog for 0.19.3
1 parent 0c6ba70 commit 8bbacbe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.19.3
2+
======
3+
4+
* Upgrade sqlite to address CVE-2025-29087
5+
* Fix editable pip (pip -e) installation
6+
7+
18
0.19.2
29
======
310

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.2"
21+
__version__ = "0.19.3"
2222

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

0 commit comments

Comments
 (0)