From b6d3137a5ac99aba5798f2316360e6f06e4d76da Mon Sep 17 00:00:00 2001 From: Testing Git Date: Wed, 12 Jul 2023 12:35:48 +0000 Subject: [PATCH] Version updated from 0.7.0 to 0.7.1 --- CHANGELOG.md | 21 +++++++++++++++++++++ bumpversion/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e3eadc..8d1fe54a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 0.7.1 (2023-07-12) +[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.7.0...0.7.1) + +### Fixes + +- Fix search and replace options for replace. [781e8d8](https://github.com/callowayproject/bump-my-version/commit/781e8d8094ba9f16d915a551b3bc51bd6aa54cfa) + + - The `--search` and `--replace` options now completely override any other search and replace logic. + + Fixes #34 +### Other + +- [pre-commit.ci] pre-commit autoupdate. [531738d](https://github.com/callowayproject/bump-my-version/commit/531738d62d3a2583c7831d17151cb8ae7b14677c) + + **updates:** - [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.0.277](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.276...v0.0.277) + +- [pre-commit.ci] pre-commit autoupdate. [61e6747](https://github.com/callowayproject/bump-my-version/commit/61e6747529b347530c7ef3e7a6fe13c19cbe61d9) + + **updates:** - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit + + ## 0.7.0 (2023-07-10) [Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.6.0...0.7.0) diff --git a/bumpversion/__init__.py b/bumpversion/__init__.py index 5844c64c..d98a653d 100644 --- a/bumpversion/__init__.py +++ b/bumpversion/__init__.py @@ -1,3 +1,3 @@ """Top-level package for bump-my-version.""" -__version__: str = "0.7.0" +__version__: str = "0.7.1" diff --git a/pyproject.toml b/pyproject.toml index 4d714582..aca9d961 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -210,7 +210,7 @@ order-by-type = true convention = "google" [tool.bumpversion] -current_version = "0.7.0" +current_version = "0.7.1" commit = true commit_args = "--no-verify" tag = true