Skip to content

Commit 7e82bb7

Browse files
author
Testing Git
committed
Version updated from 0.32.0 to 0.32.1
1 parent 3ce578e commit 7e82bb7

File tree

6 files changed

+1092
-251
lines changed

6 files changed

+1092
-251
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## 0.32.0 (2025-02-06)
414
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.31.1...0.32.0)
515

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ ARG USER_UID=1000
2222
ARG USER_GID=$USER_UID
2323

2424
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
2626
LABEL org.opencontainers.image.url=https://github.com/callowayproject/bump-my-version
2727
LABEL org.opencontainers.image.documentation=https://callowayproject.github.io/bump-my-version
2828
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
3030
LABEL org.opencontainers.image.licenses=MIT
3131

3232
# Add a non-root user and group

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
python-version: '3.12'
4545
- name: Install bump-my-version
4646
shell: bash
47-
run: pip install "bump-my-version==0.32.0"
47+
run: pip install "bump-my-version==0.32.1"
4848
- name: Pass Inputs to Shell
4949
id: bump
5050
shell: bash

bumpversion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Top-level package for bump-my-version."""
22

3-
__version__ = "0.32.0"
3+
__version__ = "0.32.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ suppress-dummy-args = true
257257
suppress-none-returning = true
258258

259259
[tool.bumpversion]
260-
current_version = "0.32.0"
260+
current_version = "0.32.1"
261261
commit = true
262262
commit_args = "--no-verify"
263263
tag = true

0 commit comments

Comments
 (0)