Skip to content

Commit

Permalink
release 0.19 (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Dilly authored Dec 8, 2021
1 parent eddc703 commit cd639b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.19] - 2021-12-08 - Bare Repo Support

**finder highlighting matches**

![fuzzy-find](assets/fuzzy-find-matches.gif)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gitui"
version = "0.18.0"
version = "0.19.0"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
description = "blazing fast terminal-ui for git"
edition = "2018"
Expand All @@ -21,7 +21,7 @@ keywords = [

[dependencies]
anyhow = "1.0"
asyncgit = { path = "./asyncgit", version = "0.18", default-features = false }
asyncgit = { path = "./asyncgit", version = "0.19", default-features = false }
backtrace = "0.3"
bitflags = "1.3"
bugreport = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion asyncgit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asyncgit"
version = "0.18.0"
version = "0.19.0"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
edition = "2018"
description = "allow using git2 in a asynchronous context"
Expand Down

0 comments on commit cd639b2

Please sign in to comment.