diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbe6dc..4aaa77d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.5](https://github.com/thoroc/git-mirror/compare/v0.4.4...v0.4.5) (2026-02-06) + + +### Bug Fixes + +* create release after building assets for immutability ([#17](https://github.com/thoroc/git-mirror/issues/17)) ([a58f791](https://github.com/thoroc/git-mirror/commit/a58f79188e31693dbb249b097dd70cf37f779644)) + ## [0.4.4](https://github.com/thoroc/git-mirror/compare/v0.4.3...v0.4.4) (2026-02-06) diff --git a/Cargo.lock b/Cargo.lock index 682a605..bb08dcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,7 +234,7 @@ dependencies = [ [[package]] name = "git-mirror" -version = "0.4.4" +version = "0.4.5" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index dfa39ff..909c56b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-mirror" -version = "0.4.4" +version = "0.4.5" edition = "2021" [dependencies]