From a4e08834e2a2d315fc703c5c6d68cb970e98a646 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Fri, 22 Mar 2024 12:20:57 -0700 Subject: [PATCH] preapre for release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ff066e..65e5b8dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Fixes -* `0.25` broke creating annotated tags ([#2126](https://github.com/extrawurst/gitui/issues/2126)) * blame sometimes crashed due to new syntax highlighting [[@tdtrung17693](https://github.com/tdtrung17693)] ([#2130](https://github.com/extrawurst/gitui/issues/2130)) * going to file tree view at certin commit from the commit-details view broke [[@martihomssoler](https://github.com/martihomssoler)] ([#2114](https://github.com/extrawurst/gitui/issues/2114)) +* `0.25` broke creating annotated tags ([#2126](https://github.com/extrawurst/gitui/issues/2126)) ### Changed * re-enable clippy `missing_const_for_fn` linter warning and added const to functions where applicable ([#2116](https://github.com/extrawurst/gitui/issues/2116))