From b691c04d4237394977b603867a063778668cbab3 Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Sun, 8 Sep 2024 20:37:26 -0400 Subject: [PATCH] chore: update changelog for 2.4.12 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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"