From 2bf48ff0d58ef7bdc89222f1a690c4b13192f64c Mon Sep 17 00:00:00 2001 From: Testing Git Date: Mon, 25 Sep 2023 23:32:58 +0000 Subject: [PATCH] Version updated from 0.10.0 to 0.11.0 --- CHANGELOG.md | 16 ++++++++++++++++ bumpversion/__init__.py | 2 +- docsrc/reference/bumpversion/bumpversion.md | 2 +- pyproject.toml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ebb0800..66eee88f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 0.11.0 (2023-09-25) +[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.10.0...0.11.0) + +### Other + +- [pre-commit.ci] pre-commit autoupdate. [4a3d046](https://github.com/callowayproject/bump-my-version/commit/4a3d0460fa7d914cb9d5444660f2b09487ad33df) + + **updates:** - [github.com/astral-sh/ruff-pre-commit: v0.0.285 → v0.0.290](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.285...v0.0.290) + +### Updates + +- Removed bumpversion as a duplicate of the bump-my-version script. [a59ced8](https://github.com/callowayproject/bump-my-version/commit/a59ced8e5ed126cf2c43070d26d5a001982de962) + +- Updated dependency from Pydantic 1 to 2. [577aa4c](https://github.com/callowayproject/bump-my-version/commit/577aa4cd6408c7b6a46e8ba7cb5c54cd38cef769) + + ## 0.10.0 (2023-09-05) [Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.9.3...0.10.0) diff --git a/bumpversion/__init__.py b/bumpversion/__init__.py index e5ba7407..b8307038 100644 --- a/bumpversion/__init__.py +++ b/bumpversion/__init__.py @@ -1,3 +1,3 @@ """Top-level package for bump-my-version.""" -__version__: str = "0.10.0" +__version__: str = "0.11.0" diff --git a/docsrc/reference/bumpversion/bumpversion.md b/docsrc/reference/bumpversion/bumpversion.md index 61308219..eafb6da6 100644 --- a/docsrc/reference/bumpversion/bumpversion.md +++ b/docsrc/reference/bumpversion/bumpversion.md @@ -51,7 +51,7 @@ bumpversion.__main__ :canonical: bumpversion.__version__ :type: str :value: > - '0.10.0' + '0.11.0' ```{autodoc2-docstring} bumpversion.__version__ ``` diff --git a/pyproject.toml b/pyproject.toml index 69337399..42405b3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -207,7 +207,7 @@ order-by-type = true convention = "google" [tool.bumpversion] -current_version = "0.10.0" +current_version = "0.11.0" commit = true commit_args = "--no-verify" tag = true