From c03c24c8bd780abedd6feefabb85c954acdc20b1 Mon Sep 17 00:00:00 2001 From: Bahtiar `kalkin` Gadimov Date: Sat, 8 Oct 2022 00:06:31 +0200 Subject: [PATCH] Release v3.0.5 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae95067..1ddbe84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v3.0.5] - 2022-10-07 + +### Fixed + +- fix: Migrate --help handling to clap@v4.0.0 +- fix: Shutting down screen on error +- fix: Reset the ui event timeout after a redraw +- fix: Print log on panic + ## [v3.0.4] - 2022-10-01 ### Added diff --git a/Cargo.toml b/Cargo.toml index a5cc8e7..4f1712c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = '2021' keywords = ['git', 'tui'] license = 'AGPL-3.0-or-later' repository = 'https://github.com/kalkin/git-log-viewer' -version = '3.0.4' +version = '3.0.5' [dependencies] crossterm = '^0.25.0'