diff --git a/.recent-changelog-entry b/.recent-changelog-entry index 3af1c4c6fd..34b2b4e8bd 100644 --- a/.recent-changelog-entry +++ b/.recent-changelog-entry @@ -1,6 +1,6 @@ -## [0.24.0] - 2024-08-05 +## [0.25.0] - 2024-09-03 ### 🚀 Features -- *(status)* Detect renamed files +- Change priority order of editor envvar lookup diff --git a/CHANGELOG.md b/CHANGELOG.md index fadd67fa79..14a822d645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.25.0] - 2024-09-03 + +### 🚀 Features + +- Change priority order of editor envvar lookup + ## [0.24.0] - 2024-08-05 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 12d7cf5df7..8ae0f0fadf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -676,7 +676,7 @@ dependencies = [ [[package]] name = "gitu" -version = "0.24.0" +version = "0.25.0" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4c1267f9a6..165b8b39be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitu" description = "A git client inspired by Magit" -version = "0.24.0" +version = "0.25.0" edition = "2021" license = "MIT"