diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b959f..474353c 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.4.2] + ### Fixed - Fixed a bug where hashed and non-hashed requirements could not be installed together with the same `pip` command. @@ -87,7 +89,7 @@ Initial release! 🎉 - Josh Thomas (maintainer) -[unreleased]: https://github.com/westerveltco/setup-ci-action/compare/v0.4.1...HEAD +[unreleased]: https://github.com/westerveltco/setup-ci-action/compare/v0.4.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 @@ -97,3 +99,4 @@ Initial release! 🎉 [0.3.0]: https://github.com/westerveltco/setup-ci-action/releases/tag/v0.3.0 [0.4.0]: https://github.com/westerveltco/setup-ci-action/releases/tag/v0.4.0 [0.4.1]: https://github.com/westerveltco/setup-ci-action/releases/tag/v0.4.1 +[0.4.2]: https://github.com/westerveltco/setup-ci-action/releases/tag/v0.4.2 diff --git a/VERSION b/VERSION index 267577d..2b7c5ae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.1 +0.4.2 diff --git a/bumpver.toml b/bumpver.toml index 093b20b..5136027 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.4.1" +current_version = "0.4.2" push = false # set to false for CI tag = false version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"