Skip to content

Commit e13b0f0

Browse files
author
Testing Git
committed
Version updated from 0.18.2 to 0.18.3
1 parent a2e8bbc commit e13b0f0

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## 0.18.3 (2024-02-25)
4+
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.18.2...0.18.3)
5+
6+
### Fixes
7+
8+
- Fixed --ignore-missing-version and --ignore-missing-files options. [7635873](https://github.com/callowayproject/bump-my-version/commit/7635873d67c71141e181e2bfffe0a353bb1b6288)
9+
10+
The CLI options were defaulting to `False` when missing. This overrode the configuration.
11+
12+
Fixes #140
13+
314
## 0.18.2 (2024-02-25)
415
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.18.1...0.18.2)
516

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

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

0 commit comments

Comments
 (0)