diff --git a/.recent-changelog-entry b/.recent-changelog-entry index 9a0c974f13..c1dc0aef3e 100644 --- a/.recent-changelog-entry +++ b/.recent-changelog-entry @@ -1,6 +1,7 @@ -## [0.19.2] - 2024-04-25 +## [0.20.0] - 2024-05-08 -### 🐛 Bug Fixes +### 🚀 Features -- Hint/preserve missing newlines in diffs/patches +- Add "elsewhere" option to fetch, pull and push menu +- Syntax highlighting for Elixir diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c3174cf6..84d272a79f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.20.0] - 2024-05-08 + +### 🚀 Features + +- Add "elsewhere" option to fetch, pull and push menu +- Syntax highlighting for Elixir + ## [0.19.2] - 2024-04-25 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 0e332d7ca4..d93531834c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,7 +569,7 @@ dependencies = [ [[package]] name = "gitu" -version = "0.19.2" +version = "0.20.0" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e596ce563b..f25297030f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitu" description = "A git client inspired by Magit" -version = "0.19.2" +version = "0.20.0" edition = "2021" license = "MIT"