diff --git a/CHANGELOG.md b/CHANGELOG.md index b06c96bb..575a13a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2.4.6 2024-04-07 + +### Fixed +- fix(bash): fix completion for "committish" + +### Changed +- docs: Update copyright year +- chore: update gix to 0.61.1 +- ci: update to wix 4.0.5 + + ## 2.4.5 2024-02-18 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 648683b5..511beb71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1207,7 +1207,7 @@ dependencies = [ [[package]] name = "stgit" -version = "2.4.5" +version = "2.4.6" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 82bd9f86..a00e233e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stgit" -version = "2.4.5" +version = "2.4.6" description = "Stack-based patch management for Git" edition = "2021" rust-version = "1.67.1"