From e666bf88cff0706166dd6b086414913ecc1a8f21 Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Sat, 17 Aug 2024 17:21:58 -0400 Subject: [PATCH] chore: update changelog for 2.4.10 --- 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 456ee5e6..4aa6880b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 2.4.10 2024-08-17 + +### Fixed + +- fix(import): --reject should create empty commit (#471) +- docs(changelog): repair heading + +### Changed + +- updated dependencies + + ## 2.4.9 2024-07-28 ### Changed diff --git a/Cargo.lock b/Cargo.lock index d6b271af..7c5adb9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1229,7 +1229,7 @@ dependencies = [ [[package]] name = "stgit" -version = "2.4.9" +version = "2.4.10" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 259e01c4..998c373a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stgit" -version = "2.4.9" +version = "2.4.10" description = "Stack-based patch management for Git" edition = "2021" rust-version = "1.67.1"