From ed381c8b0308f38f472cdbfa5afc14facbf0593c Mon Sep 17 00:00:00 2001 From: Testing Git Date: Mon, 7 Aug 2023 14:13:25 +0000 Subject: [PATCH] Version updated from 0.9.1 to 0.9.2 --- CHANGELOG.md | 10 ++++++++++ bumpversion/__init__.py | 2 +- docsrc/reference/bumpversion/bumpversion.md | 2 +- pyproject.toml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b54946b..f5612151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.9.2 (2023-08-07) +[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.9.1...0.9.2) + +### Fixes + +- Fixed modified context when committing. [130bbe0](https://github.com/callowayproject/bump-my-version/commit/130bbe0dc9cbc436ed2d4a74878937fc784fbccd) + + - Resets the context before committing and tagging + - Fixes #14 + ## 0.9.1 (2023-08-03) [Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.9.0...0.9.1) diff --git a/bumpversion/__init__.py b/bumpversion/__init__.py index 991cdfac..0f1375e6 100644 --- a/bumpversion/__init__.py +++ b/bumpversion/__init__.py @@ -1,3 +1,3 @@ """Top-level package for bump-my-version.""" -__version__: str = "0.9.1" +__version__: str = "0.9.2" diff --git a/docsrc/reference/bumpversion/bumpversion.md b/docsrc/reference/bumpversion/bumpversion.md index e95ab30a..09d0763f 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.9.1' + '0.9.2' ```{autodoc2-docstring} bumpversion.__version__ ``` diff --git a/pyproject.toml b/pyproject.toml index 6129febd..b57448cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -210,7 +210,7 @@ order-by-type = true convention = "google" [tool.bumpversion] -current_version = "0.9.1" +current_version = "0.9.2" commit = true commit_args = "--no-verify" tag = true