File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## 0.18.2 (2024-02-25)
4
15
[ Compare the full difference.] ( https://github.com/callowayproject/bump-my-version/compare/0.18.1...0.18.2 )
5
16
Original file line number Diff line number Diff line change 1
1
"""Top-level package for bump-my-version."""
2
2
3
- __version__ : str = "0.18.2 "
3
+ __version__ : str = "0.18.3 "
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ order-by-type = true
213
213
convention = " google"
214
214
215
215
[tool .bumpversion ]
216
- current_version = " 0.18.2 "
216
+ current_version = " 0.18.3 "
217
217
commit = true
218
218
commit_args = " --no-verify"
219
219
tag = true
You can’t perform that action at this time.
0 commit comments