Skip to content

Commit 41428ec

Browse files
Release 0.22.18 (#313)
Co-authored-by: dwoz <1527763+dwoz@users.noreply.github.com>
1 parent e3c8b31 commit 41428ec

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.22.18
2+
=======
3+
4+
* Update libffi to 3.7.1
5+
* Update sqlite to 3.53.4.0
6+
7+
18
0.22.17
29
=======
310

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.17"
30+
__version__ = "0.22.18"
3131

3232
log = logging.getLogger(__name__)
3333

relenv/python-versions.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,16 @@
332332
"darwin",
333333
"win32"
334334
]
335+
},
336+
"3.53.4.0": {
337+
"url": "https://sqlite.org/2026/sqlite-autoconf-{version}.tar.gz",
338+
"sha256": "0e9483900e92cd5de8fd48d16bf9200145a61f7fd5be542a5ac81d8a9516eb9c",
339+
"sqliteversion": "3530400",
340+
"platforms": [
341+
"linux",
342+
"darwin",
343+
"win32"
344+
]
335345
}
336346
},
337347
"xz": {
@@ -375,6 +385,13 @@
375385
"platforms": [
376386
"linux"
377387
]
388+
},
389+
"3.7.1": {
390+
"url": "https://github.com/libffi/libffi/releases/download/v{version}/libffi-{version}.tar.gz",
391+
"sha256": "d5e9a6638ddbd2513ddb54518eb67e4bbe6fa707bcc01c10f6212f0a088d819d",
392+
"platforms": [
393+
"linux"
394+
]
378395
}
379396
},
380397
"zlib": {

0 commit comments

Comments
 (0)