From b3a36495362fa433d7e943b29aa6b90cb6e3d3ff Mon Sep 17 00:00:00 2001 From: Testing Git Date: Sat, 1 Feb 2025 13:29:38 +0000 Subject: [PATCH] Version updated from 0.30.1 to 0.30.2 --- CHANGELOG.md | 21 +++++++++++++++++++++ Dockerfile | 4 ++-- action.yml | 2 +- bumpversion/__init__.py | 2 +- pyproject.toml | 2 +- uv.lock | 24 ++++++++++++------------ 6 files changed, 38 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec31ac5..def8b2a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 0.30.2 (2025-02-01) +[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.30.1...0.30.2) + +### Fixes + +- Fix #388 - `python3.8` type hint compatibility. [5744f86](https://github.com/callowayproject/bump-my-version/commit/5744f86e8d5ff21e39d6e307b6bb26c70591c5e0) + + This should address the following error when running `bump-my-version` + in a `python3.8` environment: + + ``` + def is_subpath(parent: Path | str, path: Path | str) -> bool: + **typeerror:** unsupported operand type(s) for |: 'type' and 'type' + +### Other + +- [pre-commit.ci] pre-commit autoupdate. [ea3267a](https://github.com/callowayproject/bump-my-version/commit/ea3267a9114182f1ea9299ac468fc65a379005f1) + + **updates:** - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.2...v0.9.3) + + ## 0.30.1 (2025-01-30) [Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.30.0...0.30.1) diff --git a/Dockerfile b/Dockerfile index 34779db2..b15ae97f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,11 +22,11 @@ ARG USER_UID=1000 ARG USER_GID=$USER_UID LABEL org.opencontainers.image.authors="Calloway Project https://github.com/callowayproject" -LABEL org.opencontainers.image.created=2025-01-30T12:25:55Z +LABEL org.opencontainers.image.created=2025-02-01T13:29:36Z LABEL org.opencontainers.image.url=https://github.com/callowayproject/bump-my-version LABEL org.opencontainers.image.documentation=https://callowayproject.github.io/bump-my-version LABEL org.opencontainers.image.source=https://github.com/callowayproject/bump-my-version -LABEL org.opencontainers.image.version=0.30.1 +LABEL org.opencontainers.image.version=0.30.2 LABEL org.opencontainers.image.licenses=MIT # Add a non-root user and group diff --git a/action.yml b/action.yml index bda735f3..41b45065 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ runs: python-version: '3.12' - name: Install bump-my-version shell: bash - run: pip install "bump-my-version==0.30.1" + run: pip install "bump-my-version==0.30.2" - name: Pass Inputs to Shell id: bump shell: bash diff --git a/bumpversion/__init__.py b/bumpversion/__init__.py index b36f0126..3441a8ae 100644 --- a/bumpversion/__init__.py +++ b/bumpversion/__init__.py @@ -1,3 +1,3 @@ """Top-level package for bump-my-version.""" -__version__ = "0.30.1" +__version__ = "0.30.2" diff --git a/pyproject.toml b/pyproject.toml index 84af7856..7b510770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -254,7 +254,7 @@ suppress-dummy-args = true suppress-none-returning = true [tool.bumpversion] -current_version = "0.30.1" +current_version = "0.30.2" commit = true commit_args = "--no-verify" tag = true diff --git a/uv.lock b/uv.lock index 1a751bec..a36b82fe 100644 --- a/uv.lock +++ b/uv.lock @@ -199,11 +199,11 @@ test = [ [[package]] name = "certifi" -version = "2024.12.14" +version = "2025.1.31" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/0f/bd/1d41ee578ce09523c81a15426705dd20969f5abf006d1afe8aeff0dd776a/certifi-2024.12.14.tar.gz", hash = "sha256:b650d30f370c2b724812bee08008be0c4163b163ddaec3f2546c1caf65f191db", size = 166010 } +sdist = { url = "https://files.pythonhosted.org/packages/1c/ab/c9f1e32b7b1bf505bf26f0ef697775960db7932abeb7b516de930ba2705f/certifi-2025.1.31.tar.gz", hash = "sha256:3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651", size = 167577 } wheels = [ - { url = "https://files.pythonhosted.org/packages/a5/32/8f6669fc4798494966bf446c8c4a162e0b5d893dff088afddf76414f70e1/certifi-2024.12.14-py3-none-any.whl", hash = "sha256:1275f7a45be9464efc1173084eaa30f866fe2e47d389406136d332ed4967ec56", size = 164927 }, + { url = "https://files.pythonhosted.org/packages/38/fc/bce832fd4fd99766c04d1ee0eead6b0ec6486fb100ae5e74c1d91292b982/certifi-2025.1.31-py3-none-any.whl", hash = "sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe", size = 166393 }, ] [[package]] @@ -644,14 +644,14 @@ wheels = [ [[package]] name = "griffe" -version = "1.5.5" +version = "1.5.6" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/5c/74/cd35a98cb11f79de0581e8e1e6fbd738aeeed1f2d90e9b5106728b63f5f7/griffe-1.5.5.tar.gz", hash = "sha256:35ee5b38b93d6a839098aad0f92207e6ad6b70c3e8866c08ca669275b8cba585", size = 391124 } +sdist = { url = "https://files.pythonhosted.org/packages/88/f0/a001e06c321dfa220103418259afbac50b933eac7a86657a4b572f0517e8/griffe-1.5.6.tar.gz", hash = "sha256:181f6666d5aceb6cd6e2da5a2b646cfb431e47a0da1fda283845734b67e10944", size = 391173 } wheels = [ - { url = "https://files.pythonhosted.org/packages/1f/88/52c9422bc853cd7c2b6122090e887d17b5fad29b67f930e4277c9c557357/griffe-1.5.5-py3-none-any.whl", hash = "sha256:2761b1e8876c6f1f9ab1af274df93ea6bbadd65090de5f38f4cb5cc84897c7dd", size = 128221 }, + { url = "https://files.pythonhosted.org/packages/b6/87/505777c4e5ca9c4fa5ae53fa4b0d5c2ba13a6d55a503a5594e94a2ba9b5a/griffe-1.5.6-py3-none-any.whl", hash = "sha256:b2a3afe497c6c1f952e54a23095ecc09435016293e77af8478ed65df1022a394", size = 128176 }, ] [[package]] @@ -1116,7 +1116,7 @@ wheels = [ [[package]] name = "mkdocs-material" -version = "9.5.50" +version = "9.6.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "babel" }, @@ -1131,9 +1131,9 @@ dependencies = [ { name = "regex" }, { name = "requests" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/c7/16/c48d5a28bc4a67c49808180b6009d4d1b4c0753739ffee3cc37046ab29d7/mkdocs_material-9.5.50.tar.gz", hash = "sha256:ae5fe16f3d7c9ccd05bb6916a7da7420cf99a9ce5e33debd9d40403a090d5825", size = 3923354 } +sdist = { url = "https://files.pythonhosted.org/packages/86/48/0b898b78d5be42a453953aa899cd5afb6f042f31c0780ef3316451e29ed4/mkdocs_material-9.6.1.tar.gz", hash = "sha256:da37dba220d9fbfc5f1fc567fafc4028e3c3d7d828f2779ed09ab726ceca77dc", size = 3942506 } wheels = [ - { url = "https://files.pythonhosted.org/packages/ee/b5/1bf29cd744896ae83bd38c72970782c843ba13e0240b1a85277bd3928637/mkdocs_material-9.5.50-py3-none-any.whl", hash = "sha256:f24100f234741f4d423a9d672a909d859668a4f404796be3cf035f10d6050385", size = 8645274 }, + { url = "https://files.pythonhosted.org/packages/c3/99/82699a2701bd0b1f99cbb7f77af1443f454552407fa2e95530c8537dccb7/mkdocs_material-9.6.1-py3-none-any.whl", hash = "sha256:c1742d410be29811a9b7e863cb25a578b9e255fe6f04c69f8c6838863a58e141", size = 8688576 }, ] [[package]] @@ -1705,11 +1705,11 @@ wheels = [ [[package]] name = "pytz" -version = "2024.2" +version = "2025.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/3a/31/3c70bf7603cc2dca0f19bdc53b4537a797747a58875b552c8c413d963a3f/pytz-2024.2.tar.gz", hash = "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a", size = 319692 } +sdist = { url = "https://files.pythonhosted.org/packages/5f/57/df1c9157c8d5a05117e455d66fd7cf6dbc46974f832b1058ed4856785d8a/pytz-2025.1.tar.gz", hash = "sha256:c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e", size = 319617 } wheels = [ - { url = "https://files.pythonhosted.org/packages/11/c3/005fcca25ce078d2cc29fd559379817424e94885510568bc1bc53d7d5846/pytz-2024.2-py2.py3-none-any.whl", hash = "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725", size = 508002 }, + { url = "https://files.pythonhosted.org/packages/eb/38/ac33370d784287baa1c3d538978b5e2ea064d4c1b93ffbd12826c190dd10/pytz-2025.1-py2.py3-none-any.whl", hash = "sha256:89dd22dca55b46eac6eda23b2d72721bf1bdfef212645d81513ef5d03038de57", size = 507930 }, ] [[package]]