diff --git a/CHANGELOG.md b/CHANGELOG.md index 39311164..0787be95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.4.0 2024-10-08 + +### Added +- feat(delete): --all -A -U -H options +- feat(sink): -T/--above option +- feat(branch): short opts for clone and delete + + ## 2.3.3 2023-10-04 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 7ed19be5..af9b9569 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1153,7 +1153,7 @@ dependencies = [ [[package]] name = "stgit" -version = "2.3.3" +version = "2.4.0" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ad0154c5..91b7dc98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stgit" -version = "2.3.3" +version = "2.4.0" description = "Stack-based patch management for Git" edition = "2021" rust-version = "1.67.1"