File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ update_changelog_on_bump = true
9494version_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
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments