File tree Expand file tree Collapse file tree 6 files changed +1092
-251
lines changed Expand file tree Collapse file tree 6 files changed +1092
-251
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.32.1 (2025-02-10)
4
+ [ Compare the full difference.] ( https://github.com/callowayproject/bump-my-version/compare/0.32.0...0.32.1 )
5
+
6
+ ### Fixes
7
+
8
+ - Fix rich-click deprecation. [ e1fb9fa] ( https://github.com/callowayproject/bump-my-version/commit/e1fb9fa52b466f70ebced8f192d4411a5804da60 )
9
+
10
+ - Fix Python 3.8 support. [ 9b2d894] ( https://github.com/callowayproject/bump-my-version/commit/9b2d894c6ae3fc621789e52dd8b53e088d87f00f )
11
+
12
+
3
13
## 0.32.0 (2025-02-06)
4
14
[ Compare the full difference.] ( https://github.com/callowayproject/bump-my-version/compare/0.31.1...0.32.0 )
5
15
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ ARG USER_UID=1000
22
22
ARG USER_GID=$USER_UID
23
23
24
24
LABEL org.opencontainers.image.authors="Calloway Project https://github.com/callowayproject"
25
- LABEL org.opencontainers.image.created=2025-02-06T15:31:18Z
25
+ LABEL org.opencontainers.image.created=2025-02-10T12:40:31Z
26
26
LABEL org.opencontainers.image.url=https://github.com/callowayproject/bump-my-version
27
27
LABEL org.opencontainers.image.documentation=https://callowayproject.github.io/bump-my-version
28
28
LABEL org.opencontainers.image.source=https://github.com/callowayproject/bump-my-version
29
- LABEL org.opencontainers.image.version=0.32.0
29
+ LABEL org.opencontainers.image.version=0.32.1
30
30
LABEL org.opencontainers.image.licenses=MIT
31
31
32
32
# Add a non-root user and group
Original file line number Diff line number Diff line change 44
44
python-version : ' 3.12'
45
45
- name : Install bump-my-version
46
46
shell : bash
47
- run : pip install "bump-my-version==0.32.0 "
47
+ run : pip install "bump-my-version==0.32.1 "
48
48
- name : Pass Inputs to Shell
49
49
id : bump
50
50
shell : bash
Original file line number Diff line number Diff line change 1
1
"""Top-level package for bump-my-version."""
2
2
3
- __version__ = "0.32.0 "
3
+ __version__ = "0.32.1 "
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ suppress-dummy-args = true
257
257
suppress-none-returning = true
258
258
259
259
[tool .bumpversion ]
260
- current_version = " 0.32.0 "
260
+ current_version = " 0.32.1 "
261
261
commit = true
262
262
commit_args = " --no-verify"
263
263
tag = true
You can’t perform that action at this time.
0 commit comments