diff --git a/.recent-changelog-entry b/.recent-changelog-entry index 5537d1d92c..b15e905a1e 100644 --- a/.recent-changelog-entry +++ b/.recent-changelog-entry @@ -1,12 +1,7 @@ -## [0.21.0] - 2024-06-16 - -### 🚀 Features - -- -n argument to limit log -- -F to grep for commits in log menu -- Support value arguments +## [0.21.1] - 2024-06-19 ### 🐛 Bug Fixes -- Pin exact tree-sitter version to prevent common build breaks +- Tabs would not be rendered, render them as 4 spaces for now +- *(flake)* Add AppKit to build inputs diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca073b31c..2c3a85dd8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.21.1] - 2024-06-19 + +### 🐛 Bug Fixes + +- Tabs would not be rendered, render them as 4 spaces for now +- *(flake)* Add AppKit to build inputs + ## [0.21.0] - 2024-06-16 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index f783168d6b..fca6c5f73b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -571,7 +571,7 @@ dependencies = [ [[package]] name = "gitu" -version = "0.21.0" +version = "0.21.1" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e7c0a39776..09d51d3148 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitu" description = "A git client inspired by Magit" -version = "0.21.0" +version = "0.21.1" edition = "2021" license = "MIT"