Skip to content

Commit

Permalink
Version updated from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Testing Git committed Nov 26, 2024
1 parent 9e683ac commit e48f15a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.12.0 (2024-11-26)

[Compare the full difference.](https://github.com/callowayproject/generate-changelog/compare/0.11.0...0.12.0)

### New

- Added additional files to documentation. [6836603](https://github.com/callowayproject/generate-changelog/commit/68366035abff38e98d79f501bc9aeab233da890e)

### Updates

- Changed the documentation generator from Sphinx to MkDocs. [770c70d](https://github.com/callowayproject/generate-changelog/commit/770c70dd5587c032a434b1cceb49e3ae6a5bf727)


## 0.11.0 (2024-11-24)

[Compare the full difference.](https://github.com/callowayproject/generate-changelog/compare/0.10.2...0.11.0)
Expand Down
2 changes: 1 addition & 1 deletion generate_changelog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Generate and update a changelog from git commits."""

__version__: str = "0.11.0"
__version__: str = "0.12.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ quiet = true

[tool.bumpversion]
allow_dirty = true
current_version = "0.11.0"
current_version = "0.12.0"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down

0 comments on commit e48f15a

Please sign in to comment.