prep new release

This commit is contained in:
Stephan Dilly 2020-05-18 22:44:09 +02:00
parent 6d60f5b478
commit d43a7ad255
4 changed files with 5 additions and 4 deletions

View file

@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.6] - 2020-05-18
### Fixed
- fix crash help in small window size ([#63](https://github.com/extrawurst/gitui/issues/63))

4
Cargo.lock generated
View file

@ -29,7 +29,7 @@ checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
[[package]]
name = "asyncgit"
version = "0.2.5"
version = "0.2.6"
dependencies = [
"crossbeam-channel",
"git2",
@ -287,7 +287,7 @@ dependencies = [
[[package]]
name = "gitui"
version = "0.2.5"
version = "0.2.6"
dependencies = [
"asyncgit",
"backtrace",

View file

@ -1,6 +1,6 @@
[package]
name = "gitui"
version = "0.2.5"
version = "0.2.6"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
description = "blazing fast terminal-ui for git"
edition = "2018"

View file

@ -1,6 +1,6 @@
[package]
name = "asyncgit"
version = "0.2.5"
version = "0.2.6"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
edition = "2018"
description = "allow using git2 in a asynchronous context"