diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bf128de..59c92913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.4.4 2024-02-11 + +### Fixed +- fix: pass stdio for interactive editing (#415) +- fix: update gix-tempfile and gix-lock to 13.1.0 (#413) + +### Changed +- chore: update dependencies + + ## 2.4.3 2024-02-04 ### Added diff --git a/Cargo.lock b/Cargo.lock index 6d655581..9c07170e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1194,7 +1194,7 @@ dependencies = [ [[package]] name = "stgit" -version = "2.4.3" +version = "2.4.4" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9adfecb7..588e4897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stgit" -version = "2.4.3" +version = "2.4.4" description = "Stack-based patch management for Git" edition = "2021" rust-version = "1.67.1"