Skip to content

Commit bdb2848

Browse files
committed
Version updated from 0.19.0 to 0.19.1
1 parent 9d2fcbe commit bdb2848

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

3+
## 0.19.1 (2024-03-16)
4+
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.19.0...0.19.1)
5+
6+
### Fixes
7+
8+
- Fix commas in legacy multiline options. [62dfe8e](https://github.com/callowayproject/bump-my-version/commit/62dfe8e2d6ed5c8d93f92f5d6128ff5aedadc24f)
9+
10+
### New
11+
12+
- Added manual version bumping in the GitHub action. [c9d67b5](https://github.com/callowayproject/bump-my-version/commit/c9d67b5dad3a0f93abe35cd4854ee88677f07e8c)
13+
14+
### Other
15+
16+
- [pre-commit.ci] pre-commit autoupdate. [be1a568](https://github.com/callowayproject/bump-my-version/commit/be1a568edfa0e714859423b62a00fd08bfadb583)
17+
18+
**updates:** - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.2...v0.3.2)
19+
20+
321
## 0.19.0 (2024-03-12)
422
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.18.3...0.19.0)
523

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

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.19.0"
216+
current_version = "0.19.1"
217217
commit = true
218218
commit_args = "--no-verify"
219219
tag = true

0 commit comments

Comments
 (0)