From 55f1e313b35972f5e07c96267366f3415d7271e0 Mon Sep 17 00:00:00 2001 From: Testing Git Date: Sun, 18 Feb 2024 17:03:09 +0000 Subject: [PATCH] Version updated from 0.17.4 to 0.18.0 --- CHANGELOG.md | 16 ++++++++++++++++ bumpversion/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed9991b..a681e56f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 0.18.0 (2024-02-18) +[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.17.4...0.18.0) + +### New + +- Added `--ignore-missing-files` option to bump. [fcfaac7](https://github.com/callowayproject/bump-my-version/commit/fcfaac707a79533814008effabd4a05aafc04c57) + +- Added configuration option `ignore_missing_files`. [b473a19](https://github.com/callowayproject/bump-my-version/commit/b473a195cd16c6dc8bc49d9574feb948fb0408f8) + +### Other + +- Convert docs to MkDocs. [f805c33](https://github.com/callowayproject/bump-my-version/commit/f805c33fb3e5c7064a84761659fc5d43a0de2975) + +- Converted documentation to use MkDocs. [1b8c6b3](https://github.com/callowayproject/bump-my-version/commit/1b8c6b3b61904998ec8bb055b65235c3d3b2b96f) + + ## 0.17.4 (2024-02-10) [Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.17.3...0.17.4) diff --git a/bumpversion/__init__.py b/bumpversion/__init__.py index fa41ce2a..cb3d897e 100644 --- a/bumpversion/__init__.py +++ b/bumpversion/__init__.py @@ -1,3 +1,3 @@ """Top-level package for bump-my-version.""" -__version__: str = "0.17.4" +__version__: str = "0.18.0" diff --git a/pyproject.toml b/pyproject.toml index 97b1eb24..58f3f4c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -211,7 +211,7 @@ order-by-type = true convention = "google" [tool.bumpversion] -current_version = "0.17.4" +current_version = "0.18.0" commit = true commit_args = "--no-verify" tag = true