Skip to content

Commit

Permalink
Release v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkin committed Oct 8, 2022
1 parent 19898c7 commit c03c24c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
- 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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c03c24c

Please sign in to comment.