prepare release

This commit is contained in:
Stephan Dilly 2021-08-21 16:23:06 +02:00
parent 81924fb9f8
commit eef1a79375
4 changed files with 7 additions and 5 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## [0.17.0] - 2021-08-21
**compare commits**
![compare](assets/compare.gif)

4
Cargo.lock generated
View File

@ -63,7 +63,7 @@ dependencies = [
[[package]]
name = "asyncgit"
version = "0.16.3"
version = "0.17.0"
dependencies = [
"crossbeam-channel",
"easy-cast",
@ -466,7 +466,7 @@ dependencies = [
[[package]]
name = "gitui"
version = "0.16.2"
version = "0.17.0"
dependencies = [
"anyhow",
"asyncgit",

View File

@ -1,6 +1,6 @@
[package]
name = "gitui"
version = "0.16.2"
version = "0.17.0"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
description = "blazing fast terminal-ui for git"
edition = "2018"
@ -20,7 +20,7 @@ keywords = [
[dependencies]
scopetime = { path = "./scopetime", version = "0.1" }
asyncgit = { path = "./asyncgit", version = "0.16" }
asyncgit = { path = "./asyncgit", version = "0.17" }
filetreelist = { path = "./filetreelist", version = "0.2" }
crossterm = { version = "0.20", features = [ "serde" ] }
clap = { version = "2.33", default-features = false }

View File

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