Skip to content

Commit 5afea51

Browse files
Release 0.22.17 (#309)
Co-authored-by: dwoz <1527763+dwoz@users.noreply.github.com>
1 parent dfa1fe2 commit 5afea51

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.22.17
2+
=======
3+
4+
* Update nasm to 3.02
5+
6+
17
0.22.16
28
=======
39

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.16"
30+
__version__ = "0.22.17"
3131

3232
log = logging.getLogger(__name__)
3333

relenv/python-versions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,13 @@
519519
"platforms": [
520520
"win32"
521521
]
522+
},
523+
"3.02": {
524+
"url": "https://www.nasm.us/pub/nasm/releasebuilds/{version}/win64/nasm-{version}-win64.zip",
525+
"sha256": "161d0bfaff53c2f9e9f3e69fd0672323ebabafd1268976a5cec11be92a19aee7",
526+
"platforms": [
527+
"win32"
528+
]
522529
}
523530
},
524531
"expat": {

0 commit comments

Comments
 (0)