Skip to content

Commit

Permalink
Version updated from 0.18.2 to 0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Testing Git committed Feb 25, 2024
1 parent a2e8bbc commit e13b0f0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.18.3 (2024-02-25)
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.18.2...0.18.3)

### Fixes

- Fixed --ignore-missing-version and --ignore-missing-files options. [7635873](https://github.com/callowayproject/bump-my-version/commit/7635873d67c71141e181e2bfffe0a353bb1b6288)

The CLI options were defaulting to `False` when missing. This overrode the configuration.

Fixes #140

## 0.18.2 (2024-02-25)
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.18.1...0.18.2)

Expand Down
2 changes: 1 addition & 1 deletion bumpversion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Top-level package for bump-my-version."""

__version__: str = "0.18.2"
__version__: str = "0.18.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ order-by-type = true
convention = "google"

[tool.bumpversion]
current_version = "0.18.2"
current_version = "0.18.3"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down

0 comments on commit e13b0f0

Please sign in to comment.