diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18cac80..fd1c548 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.4" + ".": "0.3.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2522d29..a1c3f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.5](https://github.com/mathematic-inc/if-changed/compare/v0.3.4...v0.3.5) (2026-05-23) + + +### Bug Fixes + +* **deps:** Update rust crate git2 to 0.21.0 ([#340](https://github.com/mathematic-inc/if-changed/issues/340)) ([f1923da](https://github.com/mathematic-inc/if-changed/commit/f1923daeed89517cb791a57855cc5274d0413fc0)) + ## [0.3.4](https://github.com/mathematic-inc/if-changed/compare/v0.3.3...v0.3.4) (2026-03-11) diff --git a/Cargo.lock b/Cargo.lock index 44f36e6..c398a00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,7 +234,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "if-changed" -version = "0.3.4" +version = "0.3.5" dependencies = [ "bstr", "clap", diff --git a/Cargo.toml b/Cargo.toml index abbfadd..12e51fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "if-changed" -version = "0.3.4" +version = "0.3.5" edition = "2021" description = "A pre-submit for file changes." license = "Apache-2.0"