Skip to content

Commit 152e6ad

Browse files
committed
bump: release 2.17.0 → 2.18.0
Automatically generated by Commitizen.
1 parent d72c795 commit 152e6ad

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
This project follows the [semantic versioning](https://packaging.python.org/en/latest/discussions/versioning/#semantic-versioning-vs-calendar-versioning) and [pre-release versioning](https://packaging.python.org/en/latest/discussions/versioning/) schemes recommended by the Python Packaging Authority [here](https://packaging.python.org/en/latest/specifications/version-specifiers/).
22

3+
## v2.18.0 (2025-12-03)
4+
5+
### Feat
6+
7+
- using pytest as a test runner, diversify the tests into unit, integration, and performance tests (#1028)
8+
9+
### Fix
10+
11+
- invoke flit through the Python interpreter’s module-call argument to ensure the Python venv’s flit is being run (#1045)
12+
- **ci**: undo temporary ignore of GHSA-4xh5-x5gv-qwph (CVE-2025-8869) because the latest pip v25.3 addressed the issue (#1022)
13+
- **ci**: temporarily ignore GHSA-4xh5-x5gv-qwph (CVE-2025-8869) until `pip` fixes the problem (#1018)
14+
315
## v2.17.0 (2025-09-20)
416

517
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ version_files = [
105105
"src/package/__init__.py:__version__",
106106
]
107107
major_version_zero = false
108-
version = "2.17.0"
108+
version = "2.18.0"
109109

110110

111111
# https://github.com/pytest-dev/pytest-cov

src/package/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# The version of this package. There's no comprehensive, official list of other
77
# magic constants, so we stick with this one only for now. See also this conversation:
88
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
9-
__version__ = "2.17.0"
9+
__version__ = "2.18.0"

0 commit comments

Comments
 (0)