diff --git a/.recent-changelog-entry b/.recent-changelog-entry index 91448add9e..3ce238e61c 100644 --- a/.recent-changelog-entry +++ b/.recent-changelog-entry @@ -1,14 +1,6 @@ -## [0.19.0] - 2024-04-21 - -### 🚀 Features - -- Move to parent section with alt+h -- Move to next/prev sections with alt+j and alt+k -- On MacOS: load `~/.config/gitu/config.toml` instead of `~/Library/Application Support/gitu/config.toml` -- Add Revert commit/abort/continue -- Show revert status +## [0.19.1] - 2024-04-21 ### 🐛 Bug Fixes -- Scala syntax highlighter would not load +- Crash when trying to highlight `.tsx` files diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bbe45c6ce..090eafc686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.19.1] - 2024-04-21 + +### 🐛 Bug Fixes + +- Crash when trying to highlight `.tsx` files + ## [0.19.0] - 2024-04-21 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 3ad67a0cce..4e44cf7f60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,7 +569,7 @@ dependencies = [ [[package]] name = "gitu" -version = "0.19.0" +version = "0.19.1" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 34a65ddc5a..bf1c833fc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitu" description = "A git client inspired by Magit" -version = "0.19.0" +version = "0.19.1" edition = "2021" license = "MIT"