Skip to content

Commit f232ed8

Browse files
author
Stephan Dilly
committed
prepare 0.13 release
1 parent 70d4c5b commit f232ed8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
### Fixed
3232
- keep diff line selection after staging/unstaging/discarding ([#583](https://github.com/extrawurst/gitui/issues/583))
3333
- fix pull deadlocking when aborting credentials input ([#586](https://github.com/extrawurst/gitui/issues/586))
34+
- error diagnostics for config loading ([#589](https://github.com/extrawurst/gitui/issues/589))
3435

3536
## [0.12.0] - 2020-03-03
3637

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitui"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
authors = ["Stephan Dilly <[email protected]>"]
55
description = "blazing fast terminal-ui for git"
66
edition = "2018"
@@ -19,8 +19,8 @@ keywords = [
1919
]
2020

2121
[dependencies]
22-
scopetime = { path = "./scopetime" }
23-
asyncgit = { path = "./asyncgit" }
22+
scopetime = { path = "./scopetime", version = "0.1" }
23+
asyncgit = { path = "./asyncgit", version = "0.13" }
2424
crossterm = { version = "0.19", features = [ "serde" ] }
2525
clap = { version = "2.33", default-features = false }
2626
tui = { version = "0.14", default-features = false, features = ['crossterm', 'serde'] }

0 commit comments

Comments
 (0)