From 1815dc80428218271b6954c27bcb72079770aa30 Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Sun, 28 Jul 2024 17:56:33 -0400 Subject: [PATCH] chore: update changelog for 2.4.9 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f429574f..44afaaeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.4.9 2024-07-28 + +## Changed + +- feat(rebase): do not rebase to same base +- feat(rebase): show ref names of rebase target +- chore: update gix to 0.64.0 + + ## 2.4.8 2024-07-21 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 6dde1f6e..ab7fdbd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1223,7 +1223,7 @@ dependencies = [ [[package]] name = "stgit" -version = "2.4.8" +version = "2.4.9" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9f9639c0..cd49544b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stgit" -version = "2.4.8" +version = "2.4.9" description = "Stack-based patch management for Git" edition = "2021" rust-version = "1.67.1"