Skip to content

Commit 5bc6b9a

Browse files
committed
bump: release 2.4.0 → 2.4.1
Automatically generated by Commitizen.
1 parent bb92f39 commit 5bc6b9a

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## v2.4.1 (2022-10-28)
2+
3+
### Fix
4+
5+
- **ci**: trigger PR actions for all target branches (#357)
6+
- **ci**: fix actionlint warnings (#348)
7+
- run pytest hook on unstaged files (#347)
8+
- determine an activated venv correctly when running make (#346)
9+
- exit Makefile gracefully if an inactive venv was found (#345)
10+
- **ci**: use GITHUB_OUTPUT instead of deprecated set-output (#358)
11+
- **ci**: change deprecated SLSA attestation-name to provenance-name (#359)
12+
- **ci**: update pytest to drop dependency on vulnerable py package (#354)
13+
- don’t build the package again if a PR was only edited (#336)
14+
- the ‘upgrade-quiet’ Makefile goal now works with BSD date command too (#335)
15+
- a Makefile’s SHELL variable is not an executable shebang (#329)
16+
- use simple expansion consistently for all Makefile variables (#328)
17+
- explicitly specify flake8 configuration for git hooks (#327)
18+
- **docs**: update README with correct CHANGELOG setup instructions (#320)
19+
20+
### Refactor
21+
22+
- **ci**: allow release when provenance generation fails (#342)
23+
124
## v2.4.0 (2022-09-08)
225

326
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ update_changelog_on_bump = true
9494
version_files = [
9595
"src/package/__init__.py:__version__",
9696
]
97-
version = "2.4.0"
97+
version = "2.4.1"
9898

9999

100100
# 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.4.0"
9+
__version__ = "2.4.1"

0 commit comments

Comments
 (0)