diff --git a/CHANGELOG.md b/CHANGELOG.md index 575a13a6..3a338207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2.4.7 2024-05-05 + +### Fixed +- docs(pop): clarify --spill behavior (#445) +- fix(branch): disallow branch before subcommand (#447) + +### Changed +- refactor: get gix-command via gix with command feature +- Update gix to version 0.62 + + ## 2.4.6 2024-04-07 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index c4478f68..1b3c2f1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1225,7 +1225,7 @@ dependencies = [ [[package]] name = "stgit" -version = "2.4.6" +version = "2.4.7" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5350cd25..4a5d2b3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stgit" -version = "2.4.6" +version = "2.4.7" description = "Stack-based patch management for Git" edition = "2021" rust-version = "1.67.1"