Skip to content

Commit

Permalink
prepare 0.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Dilly committed Mar 14, 2021
1 parent 70d4c5b commit f232ed8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- keep diff line selection after staging/unstaging/discarding ([#583](https://github.com/extrawurst/gitui/issues/583))
- fix pull deadlocking when aborting credentials input ([#586](https://github.com/extrawurst/gitui/issues/586))
- error diagnostics for config loading ([#589](https://github.com/extrawurst/gitui/issues/589))

## [0.12.0] - 2020-03-03

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gitui"
version = "0.12.0"
version = "0.13.0"
authors = ["Stephan Dilly <[email protected]>"]
description = "blazing fast terminal-ui for git"
edition = "2018"
Expand All @@ -19,8 +19,8 @@ keywords = [
]

[dependencies]
scopetime = { path = "./scopetime" }
asyncgit = { path = "./asyncgit" }
scopetime = { path = "./scopetime", version = "0.1" }
asyncgit = { path = "./asyncgit", version = "0.13" }
crossterm = { version = "0.19", features = [ "serde" ] }
clap = { version = "2.33", default-features = false }
tui = { version = "0.14", default-features = false, features = ['crossterm', 'serde'] }
Expand Down

0 comments on commit f232ed8

Please sign in to comment.