Commit c8f2657 Testing Git
committed
1 parent 409066a commit c8f2657 Copy full SHA for c8f2657
File tree 4 files changed +18
-3
lines changed
docsrc/reference/bumpversion
4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.16.0 (2024-01-05)
4
+ [ Compare the full difference.] ( https://github.com/callowayproject/bump-my-version/compare/0.15.4...0.16.0 )
5
+
6
+ ### New
7
+
8
+ - Add support for legacy multiline search options (refs #98 ). [ 278eae5] ( https://github.com/callowayproject/bump-my-version/commit/278eae578f283223742b7c55870ad58acc8dc1d9 )
9
+
10
+ ### Other
11
+
12
+ - [ pre-commit.ci] pre-commit autoupdate. [ 2e9a400] ( https://github.com/callowayproject/bump-my-version/commit/2e9a4005f9b3f7d7ccbe443188e12d6217039342 )
13
+
14
+ ** updates:** - [ github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.9] ( https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.7...v0.1.9 )
15
+
16
+
3
17
## 0.15.4 (2023-12-29)
4
18
[ Compare the full difference.] ( https://github.com/callowayproject/bump-my-version/compare/0.15.3...0.15.4 )
5
19
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.15.4 "
3
+ __version__ : str = "0.16.0 "
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ bumpversion.__main__
51
51
:canonical: bumpversion.__version__
52
52
:type: str
53
53
:value: >
54
- '0.15.4 '
54
+ '0.16.0 '
55
55
56
56
```{autodoc2-docstring} bumpversion.__version__
57
57
```
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ order-by-type = true
208
208
convention = " google"
209
209
210
210
[tool .bumpversion ]
211
- current_version = " 0.15.4 "
211
+ current_version = " 0.16.0 "
212
212
commit = true
213
213
commit_args = " --no-verify"
214
214
tag = true
@@ -245,6 +245,7 @@ replace = "{current_version}...{new_version}"
245
245
246
246
247
247
248
+
248
249
[tool .pydoclint ]
249
250
style = " google"
250
251
exclude = ' \.git|tests'
You can’t perform that action at this time.
0 commit comments