Skip to content

Commit

Permalink
Release v3.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkin committed May 6, 2022
1 parent 9e368e9 commit 1d181b7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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).

## [3.0.0-beta.9] - 2022-05-06

### Added

- Hide refs/prefetch references
- Integrate update-informer

### Changed

- Hide timezone in history view

### Fixed

- Search does not crash anymore
- Search jump to branch & tag matches
- Show full subject message on ConventionalCommits of type deps
- Show correct committer name in the diff view

## [3.0.0-beta.8] - 2022-04-21

### 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.0-beta.8'
version = '3.0.0-beta.9'

[dependencies]
clap-git-options = { version = "0.1.0", features = [ "git-wrapper" ] }
Expand Down

0 comments on commit 1d181b7

Please sign in to comment.