Skip to content

Commit 406aeb0

Browse files
author
Testing Git
committed
Version updated from 0.20.1 to 0.20.2
1 parent 52c8b84 commit 406aeb0

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 0.20.2 (2024-04-23)
4+
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.20.1...0.20.2)
5+
6+
### Fixes
7+
8+
- Fixed the rendering of numeric version components. [c522c75](https://github.com/callowayproject/bump-my-version/commit/c522c75e9b51cbcf09e7a1a41a0b6d210a3b44be)
9+
10+
- Numeric version components now will attempt to render its value as an integer and fall back to the parsed value.
11+
- Fixed code block in the README. [b4ff9f3](https://github.com/callowayproject/bump-my-version/commit/b4ff9f31557cf39ab3fdf4199c4fbddd03a78bbd)
12+
13+
### Other
14+
15+
- [pre-commit.ci] pre-commit autoupdate. [9b09da8](https://github.com/callowayproject/bump-my-version/commit/9b09da8f93d50886f60a63a01ae10a1336ac766e)
16+
17+
**updates:** - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.3.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.5...v0.3.7)
18+
19+
320
## 0.20.1 (2024-04-13)
421
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.20.0...0.20.1)
522

bumpversion/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Top-level package for bump-my-version."""
22

3-
__version__: str = "0.20.1"
3+
__version__: str = "0.20.2"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ order-by-type = true
215215
convention = "google"
216216

217217
[tool.bumpversion]
218-
current_version = "0.20.1"
218+
current_version = "0.20.2"
219219
commit = true
220220
commit_args = "--no-verify"
221221
tag = true

0 commit comments

Comments
 (0)