Commit 987b557 Testing Git
committed
1 parent b407ceb commit 987b557 Copy full SHA for 987b557
File tree 3 files changed +28
-2
lines changed
3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.20.1 (2024-04-13)
4
+ [ Compare the full difference.] ( https://github.com/callowayproject/bump-my-version/compare/0.20.0...0.20.1 )
5
+
6
+ ### Fixes
7
+
8
+ - Fix typos discovered by codespell. [ d5c33a3] ( https://github.com/callowayproject/bump-my-version/commit/d5c33a3e5fe8b7127f7f8473e388c5470e397a82 )
9
+
10
+ - Fixed relative references. [ 2aa1011] ( https://github.com/callowayproject/bump-my-version/commit/2aa10118e22bced8cc7a1f4a1172c1fbf1aa51d9 )
11
+
12
+ - Refactored the docs. [ b63a9e7] ( https://github.com/callowayproject/bump-my-version/commit/b63a9e780ac84e5d1604b6e7ec1bb6205c64ab43 )
13
+
14
+ ### Other
15
+
16
+ - [ pre-commit.ci] pre-commit autoupdate. [ f438bc6] ( https://github.com/callowayproject/bump-my-version/commit/f438bc677fc6bd3df71dd6c39ef0dfb95e9fc7d3 )
17
+
18
+ ** updates:** - [ github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.3.5] ( https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.4...v0.3.5 )
19
+
20
+ - Pre-commit: Discover typos with codespell. [ 2509fc7] ( https://github.com/callowayproject/bump-my-version/commit/2509fc7690406f95dfc34a6d5e3eeb41205f8569 )
21
+
22
+ Related to:
23
+ * #168
24
+ - [ pre-commit.ci] pre-commit autoupdate. [ be5cb79] ( https://github.com/callowayproject/bump-my-version/commit/be5cb79b3bb962c4118a77e9c5688e9eaa8b1b4f )
25
+
26
+ ** updates:** - [ github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.4] ( https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.3...v0.3.4 )
27
+
28
+
3
29
## 0.20.0 (2024-03-27)
4
30
[ Compare the full difference.] ( https://github.com/callowayproject/bump-my-version/compare/0.19.3...0.20.0 )
5
31
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.20.0 "
3
+ __version__ : str = "0.20.1 "
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ order-by-type = true
215
215
convention = " google"
216
216
217
217
[tool .bumpversion ]
218
- current_version = " 0.20.0 "
218
+ current_version = " 0.20.1 "
219
219
commit = true
220
220
commit_args = " --no-verify"
221
221
tag = true
You can’t perform that action at this time.
0 commit comments