diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c02dbc..a538016d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.4.12 2024-09-08 + +### Changed + +- feat(push): revert overzealous modified status +- updated dependencies + + ## 2.4.11 2024-08-25 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 925f31a2..85dd4551 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1196,7 +1196,7 @@ dependencies = [ [[package]] name = "stgit" -version = "2.4.11" +version = "2.4.12" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 0d8e8579..8fc45458 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stgit" -version = "2.4.11" +version = "2.4.12" description = "Stack-based patch management for Git" edition = "2021" rust-version = "1.70"