From 92e916a59973b28e00ecf549a732b362ab741863 Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Sun, 25 Aug 2024 18:22:25 -0400 Subject: [PATCH] chore: update changelog for 2.4.11 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa6880b..68c02dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 2.4.11 2024-08-25 + +### Fixed + +- fix(push): report modified patches in output (#464) + +### Changed + +- feat(push): colorize push status string +- chore: update gix to 0.66 +- feat: use jiff instead of time +- feat: use winnow instead of nom +- updated other dependencies + + ## 2.4.10 2024-08-17 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index efbbb4fe..cf404117 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1196,7 +1196,7 @@ dependencies = [ [[package]] name = "stgit" -version = "2.4.10" +version = "2.4.11" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 54c1255c..0d8e8579 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stgit" -version = "2.4.10" +version = "2.4.11" description = "Stack-based patch management for Git" edition = "2021" rust-version = "1.70"