From af8d2dbb47e9493bb3296d79e015d35ececc3544 Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Sun, 21 Jul 2024 15:18:28 -0400 Subject: [PATCH] chore: update changelog for 2.4.8 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a338207..f429574f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 2.4.8 2024-07-21 + +### Fixed + +- fix(refresh): handle edited message and patch name (#470) +- fix: harden "stg rebase -i" against patches with multi-line subjects +- fix: prefer --authdate over patch time with author + +### Changed +- updated dependencies + + ## 2.4.7 2024-05-05 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 9a528fd7..cf316dd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1227,7 +1227,7 @@ dependencies = [ [[package]] name = "stgit" -version = "2.4.7" +version = "2.4.8" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index dc51b0ad..ba19eb42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stgit" -version = "2.4.7" +version = "2.4.8" description = "Stack-based patch management for Git" edition = "2021" rust-version = "1.67.1"