Skip to content

Commit 12fbfa0

Browse files
author
Stephan Dilly
committed
prepare for v0.20 release
1 parent 0874f33 commit 12fbfa0

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
**tag annotation support**
10+
## [0.20] - 2021-01-22 - Tag Annotations
1111

12-
![tag-annotation](assets/tag-annotation.gif)
13-
14-
**revert commit from rev log**
12+
**support tag annotations**
1513

16-
![revert-commit](assets/revert-commit.gif)
14+
![tag-annotation](assets/tag-annotation.gif)
1715

1816
**delete tag on remote**
1917

2018
![delete-tag-remote](assets/delete-tag-remote.gif)
2119

20+
**revert commit from rev log**
21+
22+
![revert-commit](assets/revert-commit.gif)
23+
2224
### Added
2325
- support `core.hooksPath` ([#1044](https://github.com/extrawurst/gitui/issues/1044))
2426
- allow reverting a commit from the commit log ([#927](https://github.com/extrawurst/gitui/issues/927))

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keywords = [
2121

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

asyncgit/Cargo.toml

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

0 commit comments

Comments
 (0)