Skip to content

Commit 92b8656

Browse files
committed
bump: release 2.11.0 → 2.12.0
Automatically generated by Commitizen.
1 parent f5b63d7 commit 92b8656

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v2.12.0 (2024-01-20)
2+
3+
### Feat
4+
5+
- **ci**: switch from building the SLSA provenance generator to using the pre-built version to improve runtime performance (#667)
6+
- require pylint v3 and add a slew of optional plugins (#658)
7+
- run doctest as part of running tests, which collects doctests from both the package’s doc strings and the package documentation (#637)
8+
- add perflint to find performance anti-patterns (#675)
9+
10+
### Fix
11+
12+
- **ci**: workflow that syncs a repository with this template had multiple problems on patch generation and pushing; also, it can now be triggered via Github UI (#670)
13+
- always fail tests when runtime warnings were raised (#668)
14+
- change git hook to check for large files on commit, instead of push (#664)
15+
116
## v2.11.0 (2023-11-22)
217

318
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ version_files = [
9999
"src/package/__init__.py:__version__",
100100
]
101101
major_version_zero = false
102-
version = "2.11.0"
102+
version = "2.12.0"
103103

104104

105105
# 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.11.0"
9+
__version__ = "2.12.0"

0 commit comments

Comments
 (0)