From 24c38e237d6b59bcfa287621693d4878718ff3f1 Mon Sep 17 00:00:00 2001 From: Josh Thomas Date: Fri, 22 Mar 2024 15:30:55 -0500 Subject: [PATCH] :bookmark: bump version 0.5.3 -> 0.5.4 (#28) * :bookmark: bump version 0.5.3 -> 0.5.4 * update CHANGELOG for version 0.5.4 --- CHANGELOG.md | 5 ++++- VERSION | 2 +- bumpver.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b4a5d..b76a5a3 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.4] + ## [0.5.3] ## [0.5.2] @@ -97,7 +99,7 @@ Initial release! 🎉 - Josh Thomas (maintainer) -[unreleased]: https://github.com/westerveltco/setup-ci-action/compare/v0.5.3...HEAD +[unreleased]: https://github.com/westerveltco/setup-ci-action/compare/v0.5.4...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 @@ -112,3 +114,4 @@ Initial release! 🎉 [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 [0.5.3]: https://github.com/westerveltco/setup-ci-action/releases/tag/v0.5.3 +[0.5.4]: https://github.com/westerveltco/setup-ci-action/releases/tag/v0.5.4 diff --git a/VERSION b/VERSION index be14282..7d85683 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.3 +0.5.4 diff --git a/bumpver.toml b/bumpver.toml index dea514f..fa4c450 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.3" +current_version = "0.5.4" push = false # set to false for CI tag = false version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"