diff --git a/.recent-changelog-entry b/.recent-changelog-entry index 5575a5af99..3af1c4c6fd 100644 --- a/.recent-changelog-entry +++ b/.recent-changelog-entry @@ -1,8 +1,6 @@ -## [0.23.1] - 2024-07-23 +## [0.24.0] - 2024-08-05 -### 🐛 Bug Fixes +### 🚀 Features -- *(instant fixup commit)* Would not work with some versions of Git -- *(instant fixup commit)* Use --keep-empty and --autostash like Magit -- *(instant fixup commit)* Errors wouldn't show +- *(status)* Detect renamed files diff --git a/CHANGELOG.md b/CHANGELOG.md index 4119975d3b..fadd67fa79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.24.0] - 2024-08-05 + +### 🚀 Features + +- *(status)* Detect renamed files + ## [0.23.1] - 2024-07-23 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 246bf40c80..5d6d7ecd2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -676,7 +676,7 @@ dependencies = [ [[package]] name = "gitu" -version = "0.23.1" +version = "0.24.0" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3f02a3f056..4b4a639caa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitu" description = "A git client inspired by Magit" -version = "0.23.1" +version = "0.24.0" edition = "2021" license = "MIT"