Skip to content

Commit

Permalink
pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Dilly committed Jul 7, 2020
1 parent a11713e commit 23fc0d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.1] - 2020-07-07

### Added
- open file in editor [[@jonstodle](https:/jonstodle)] ([#166](https:/extrawurst/gitui/issues/166))

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gitui"
version = "0.8.0"
version = "0.8.1"
authors = ["Stephan Dilly <[email protected]>"]
description = "blazing fast terminal-ui for git"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion asyncgit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asyncgit"
version = "0.8.0"
version = "0.8.1"
authors = ["Stephan Dilly <[email protected]>"]
edition = "2018"
description = "allow using git2 in a asynchronous context"
Expand Down

0 comments on commit 23fc0d9

Please sign in to comment.