Skip to content

Commit

Permalink
bump: release 2.4.2 → 2.5.0
Browse files Browse the repository at this point in the history
Automatically generated by Commitizen.
  • Loading branch information
jenstroeger committed Nov 30, 2022
1 parent 2a0cf46 commit 0e1f6de
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v2.5.0 (2022-11-30)

### Feat

- add more default settings for VSCode (#388)
- automatically merge Dependabot PRs on approval (#390)

### Fix

- **ci**: make Release Notification a reusable workflow to avoid artifact race (#398)
- determine package version gracefully, even for a deactivated venv (#387)
- **ci**: update deprecated SLSA provenance generator, again (#394)
- incorrect folder name for pytest (#376)
- don’t nuke an activated virtual environment (#367)

## v2.4.2 (2022-10-29)

### Fix
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.2"
version = "2.5.0"


# 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.2"
__version__ = "2.5.0"

0 comments on commit 0e1f6de

Please sign in to comment.