Skip to content

Commit

Permalink
Version updated from 0.12.0 to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Testing Git committed Jan 11, 2025
1 parent 75ff044 commit bc03bcc
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,5 +1,20 @@
# Changelog

## 0.12.1 (2025-01-11)

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

### Fixes

- Fix: add encoding="utf-8" in file_processing.py. [4b0eda7](https://github.com/callowayproject/generate-changelog/commit/4b0eda7140c406af645895a4ad2d30264c49644d)

### Other

- [pre-commit.ci] pre-commit autoupdate. [8c5c6d1](https://github.com/callowayproject/generate-changelog/commit/8c5c6d1365e8d41b754005ed510a6889f56b7c3a)

**updates:** - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.0...v0.8.6)


## 0.12.0 (2024-11-26)

[Compare the full difference.](https://github.com/callowayproject/generate-changelog/compare/0.11.0...0.12.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.12.0"
__version__: str = "0.12.1"
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.12.0"
current_version = "0.12.1"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down

0 comments on commit bc03bcc

Please sign in to comment.