From 8cefa36bd096f2bec23a67234d9c95c3c87e7ec3 Mon Sep 17 00:00:00 2001 From: Josh Thomas Date: Fri, 22 Mar 2024 15:27:12 -0500 Subject: [PATCH] :bookmark: bump version 0.5.1 -> 0.5.2 (#26) * :bookmark: bump version 0.5.1 -> 0.5.2 * update CHANGELOG for version 0.5.2 --- CHANGELOG.md | 5 ++++- VERSION | 2 +- bumpver.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e080a8..9620a26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/ ## [Unreleased] +## [0.5.2] + ## [0.5.1] ## [0.5.0] @@ -93,7 +95,7 @@ Initial release! 🎉 - Josh Thomas (maintainer) -[unreleased]: https://github.com/westerveltco/setup-ci-action/compare/v0.5.1...HEAD +[unreleased]: https://github.com/westerveltco/setup-ci-action/compare/v0.5.2...HEAD [0.1.0]: https:L//github.com/westerveltco/setup-ci-action/releases/tag/v0.1.0 [0.1.1]: https:L//github.com/westerveltco/setup-ci-action/releases/tag/v0.1.1 [0.1.2]: https:L//github.com/westerveltco/setup-ci-action/releases/tag/v0.1.2 @@ -106,3 +108,4 @@ Initial release! 🎉 [0.4.2]: https://github.com/westerveltco/setup-ci-action/releases/tag/v0.4.2 [0.5.0]: https://github.com/westerveltco/setup-ci-action/releases/tag/v0.5.0 [0.5.1]: https://github.com/westerveltco/setup-ci-action/releases/tag/v0.5.1 +[0.5.2]: https://github.com/westerveltco/setup-ci-action/releases/tag/v0.5.2 diff --git a/VERSION b/VERSION index 4b9fcbe..cb0c939 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.5.2 diff --git a/bumpver.toml b/bumpver.toml index 843a661..350bbdf 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,7 +1,7 @@ [bumpver] commit = true commit_message = ":bookmark: bump version {old_version} -> {new_version}" -current_version = "0.5.1" +current_version = "0.5.2" push = false # set to false for CI tag = false version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"