Skip to content

Commit 0eea8db

Browse files
committed
bump: release 2.14.0 → 2.15.0
Automatically generated by Commitizen.
1 parent a788e33 commit 0eea8db

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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.15.0 (2024-12-26)
4+
5+
### Feat
6+
7+
- **test**: add the duration of tests to the printed test summary (#852)
8+
9+
### Fix
10+
11+
- don’t attempt to sort imports on `git push` (they must already be sorted) (#851)
12+
- when nuking then also nuke any installed git hooks (except pre-installed sample hooks) to avoid leaving stale hooks behind (#850)
13+
- declare `check-actionlint` goal in Makefile as proper phony (#849)
14+
- package metadata did not constrain the upper limit of Python’s version range, set now to <3.14 (#848)
15+
316
## v2.14.0 (2024-11-19)
417

518
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ version_files = [
101101
"src/package/__init__.py:__version__",
102102
]
103103
major_version_zero = false
104-
version = "2.14.0"
104+
version = "2.15.0"
105105

106106

107107
# 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.14.0"
9+
__version__ = "2.15.0"

0 commit comments

Comments
 (0)