bump versions

This commit is contained in:
Stephan Dilly 2021-03-14 12:48:22 +01:00
parent 969065e006
commit 70d4c5b1d5
4 changed files with 6 additions and 4 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## [0.13.0] - 2020-03-15 - Happy Birthday GitUI 🥳
**stage/unstage/discard by line**
![by-line-ops](assets/by-line-ops.gif)

2
Cargo.lock generated
View file

@ -43,7 +43,7 @@ dependencies = [
[[package]]
name = "asyncgit"
version = "0.12.0"
version = "0.13.0"
dependencies = [
"crossbeam-channel",
"git2",

View file

@ -19,8 +19,8 @@ keywords = [
]
[dependencies]
scopetime = { path = "./scopetime", version = "0.1" }
asyncgit = { path = "./asyncgit", version = "0.12" }
scopetime = { path = "./scopetime" }
asyncgit = { path = "./asyncgit" }
crossterm = { version = "0.19", features = [ "serde" ] }
clap = { version = "2.33", default-features = false }
tui = { version = "0.14", default-features = false, features = ['crossterm', 'serde'] }

View file

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