Skip to content

Commit cd639b2

Browse files
author
Stephan Dilly
authored
release 0.19 (#1033)
1 parent eddc703 commit cd639b2

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.19] - 2021-12-08 - Bare Repo Support
11+
1012
**finder highlighting matches**
1113

1214
![fuzzy-find](assets/fuzzy-find-matches.gif)

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitui"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
authors = ["Stephan Dilly <[email protected]>"]
55
description = "blazing fast terminal-ui for git"
66
edition = "2018"
@@ -21,7 +21,7 @@ keywords = [
2121

2222
[dependencies]
2323
anyhow = "1.0"
24-
asyncgit = { path = "./asyncgit", version = "0.18", default-features = false }
24+
asyncgit = { path = "./asyncgit", version = "0.19", default-features = false }
2525
backtrace = "0.3"
2626
bitflags = "1.3"
2727
bugreport = "0.4"

asyncgit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asyncgit"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
authors = ["Stephan Dilly <[email protected]>"]
55
edition = "2018"
66
description = "allow using git2 in a asynchronous context"

0 commit comments

Comments
 (0)