We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73038c commit bc66a79Copy full SHA for bc66a79
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
-## [3.0.0-beta.9] - 2022-05-06
+## [3.0.1] - 2022-05-06
9
10
### Added
11
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.0-beta.9'
+version = '3.0.1'
12
[dependencies]
13
clap-git-options = { version = "0.1.0", features = [ "git-wrapper" ] }
0 commit comments