mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-23 03:32:30 +03:00
prepare release
This commit is contained in:
parent
81924fb9f8
commit
eef1a79375
@ -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
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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 }
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user