diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aaa77d..61efc28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.4.6](https://github.com/thoroc/git-mirror/compare/v0.4.5...v0.4.6) (2026-02-07) + + +### Bug Fixes + +* skip release creation if immutable release already exists ([#25](https://github.com/thoroc/git-mirror/issues/25)) +* handle existing releases when creating with artifacts ([#24](https://github.com/thoroc/git-mirror/issues/24)) +* add shell: bash to version extraction steps ([#23](https://github.com/thoroc/git-mirror/issues/23)) +* extract version from Cargo.toml for immutable releases ([#21](https://github.com/thoroc/git-mirror/issues/21)) + ## [0.4.5](https://github.com/thoroc/git-mirror/compare/v0.4.4...v0.4.5) (2026-02-06) diff --git a/Cargo.toml b/Cargo.toml index 909c56b..7854832 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-mirror" -version = "0.4.5" +version = "0.4.6" edition = "2021" [dependencies]