Skip to content

Commit c38020c

Browse files
author
Testing Git
committed
Version updated from 0.18.3 to 0.19.0
1 parent cc444b1 commit c38020c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## Unreleased (2024-03-12)
4-
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.18.3...HEAD)
3+
## 0.19.0 (2024-03-12)
4+
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.18.3...0.19.0)
55

6+
### Fixes
7+
8+
- Fixing version hint generation. [ae1732b](https://github.com/callowayproject/bump-my-version/commit/ae1732b4a9b543992f83677263bb242c49c0f5c5)
9+
610
### Updates
711

812
- Removes ability to call the CLI without subcommand. [e56c944](https://github.com/callowayproject/bump-my-version/commit/e56c944699151d589cec2b16a52f15cf56d151e6)

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.18.3"
3+
__version__: str = "0.19.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ order-by-type = true
213213
convention = "google"
214214

215215
[tool.bumpversion]
216-
current_version = "0.18.3"
216+
current_version = "0.19.0"
217217
commit = true
218218
commit_args = "--no-verify"
219219
tag = true

0 commit comments

Comments
 (0)