Skip to content

Commit

Permalink
bump: release 2.4.0 → 2.4.1
Browse files Browse the repository at this point in the history
Automatically generated by Commitizen.
  • Loading branch information
jenstroeger committed Oct 28, 2022
1 parent bb92f39 commit 5bc6b9a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## v2.4.1 (2022-10-28)

### Fix

- **ci**: trigger PR actions for all target branches (#357)
- **ci**: fix actionlint warnings (#348)
- run pytest hook on unstaged files (#347)
- determine an activated venv correctly when running make (#346)
- exit Makefile gracefully if an inactive venv was found (#345)
- **ci**: use GITHUB_OUTPUT instead of deprecated set-output (#358)
- **ci**: change deprecated SLSA attestation-name to provenance-name (#359)
- **ci**: update pytest to drop dependency on vulnerable py package (#354)
- don’t build the package again if a PR was only edited (#336)
- the ‘upgrade-quiet’ Makefile goal now works with BSD date command too (#335)
- a Makefile’s SHELL variable is not an executable shebang (#329)
- use simple expansion consistently for all Makefile variables (#328)
- explicitly specify flake8 configuration for git hooks (#327)
- **docs**: update README with correct CHANGELOG setup instructions (#320)

### Refactor

- **ci**: allow release when provenance generation fails (#342)

## v2.4.0 (2022-09-08)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ update_changelog_on_bump = true
version_files = [
"src/package/__init__.py:__version__",
]
version = "2.4.0"
version = "2.4.1"


# https://github.com/pytest-dev/pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion src/package/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# The version of this package. There's no comprehensive, official list of other
# magic constants, so we stick with this one only for now. See also this conversation:
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
__version__ = "2.4.0"
__version__ = "2.4.1"

0 comments on commit 5bc6b9a

Please sign in to comment.