Skip to content

Commit c03c24c

Browse files
committed
Release v3.0.5
1 parent 19898c7 commit c03c24c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [v3.0.5] - 2022-10-07
9+
10+
### Fixed
11+
12+
- fix: Migrate --help handling to clap@v4.0.0
13+
- fix: Shutting down screen on error
14+
- fix: Reset the ui event timeout after a redraw
15+
- fix: Print log on panic
16+
817
## [v3.0.4] - 2022-10-01
918

1019
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = '2021'
77
keywords = ['git', 'tui']
88
license = 'AGPL-3.0-or-later'
99
repository = 'https://github.com/kalkin/git-log-viewer'
10-
version = '3.0.4'
10+
version = '3.0.5'
1111

1212
[dependencies]
1313
crossterm = '^0.25.0'

0 commit comments

Comments
 (0)