Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
🔖 bump version 0.5.1 -> 0.5.2 (#26)
Browse files Browse the repository at this point in the history
* 🔖 bump version 0.5.1 -> 0.5.2

* update CHANGELOG for version 0.5.2
  • Loading branch information
joshuadavidthomas authored Mar 22, 2024
1 parent 2ddc372 commit 8cefa36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -93,7 +95,7 @@ Initial release! 🎉

- Josh Thomas <[email protected]> (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
Expand All @@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.5.2
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -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]"
Expand Down

0 comments on commit 8cefa36

Please sign in to comment.