From 55e93619ddb649cb6ec41aed92bdc78491ea4d47 Mon Sep 17 00:00:00 2001 From: altsem Date: Sat, 20 Apr 2024 16:55:41 +0200 Subject: [PATCH] chore(release): prepare for v0.18.4 --- .recent-changelog-entry | 4 ++-- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.recent-changelog-entry b/.recent-changelog-entry index 6ef46b1c92..7312c4f22e 100644 --- a/.recent-changelog-entry +++ b/.recent-changelog-entry @@ -1,6 +1,6 @@ -## [0.18.3] - 2024-04-20 +## [0.18.4] - 2024-04-20 ### 🐛 Bug Fixes -- Release to windows +- *(ci)* Release dir would not be created diff --git a/CHANGELOG.md b/CHANGELOG.md index df411e9c5a..98c04cb3c9 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.4] - 2024-04-20 + +### 🐛 Bug Fixes + +- *(ci)* Release dir would not be created + ## [0.18.3] - 2024-04-20 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 24b424d4b3..22a1d242f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -590,7 +590,7 @@ dependencies = [ [[package]] name = "gitu" -version = "0.18.3" +version = "0.18.4" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 2c8b115caf..218e230b78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitu" description = "A git client inspired by Magit" -version = "0.18.3" +version = "0.18.4" edition = "2021" license = "MIT"