diff --git a/.recent-changelog-entry b/.recent-changelog-entry index 534306b7f4..6ef46b1c92 100644 --- a/.recent-changelog-entry +++ b/.recent-changelog-entry @@ -1,10 +1,6 @@ -## [0.18.0] - 2024-04-20 - -### 🚀 Features - -- Syntax highlighting with tree-sitter and revamp of diff style config +## [0.18.3] - 2024-04-20 ### 🐛 Bug Fixes -- *(log)* Ignore `prefetch/remotes/` refs +- Release to windows diff --git a/CHANGELOG.md b/CHANGELOG.md index 6373582393..df411e9c5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.18.3] - 2024-04-20 + +### 🐛 Bug Fixes + +- Release to windows + ## [0.18.0] - 2024-04-20 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index b0a6ae7e2b..24b424d4b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -590,7 +590,7 @@ dependencies = [ [[package]] name = "gitu" -version = "0.18.0" +version = "0.18.3" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4d6b6d0ffc..2c8b115caf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitu" description = "A git client inspired by Magit" -version = "0.18.0" +version = "0.18.3" edition = "2021" license = "MIT"