Skip to content

Commit d1dcdab

Browse files
author
Stephan Dilly
committed
version bumps
1 parent cd3a1e2 commit d1dcdab

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.18] - 2021-10-11
99

1010
**rebase merge with conflicts**
1111

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitui"
3-
version = "0.17.1"
3+
version = "0.18.0"
44
authors = ["Stephan Dilly <[email protected]>"]
55
description = "blazing fast terminal-ui for git"
66
edition = "2018"
@@ -20,8 +20,8 @@ keywords = [
2020

2121
[dependencies]
2222
scopetime = { path = "./scopetime", version = "0.1" }
23-
asyncgit = { path = "./asyncgit", version = "0.17" }
24-
filetreelist = { path = "./filetreelist", version = "0.3" }
23+
asyncgit = { path = "./asyncgit", version = "0.18" }
24+
filetreelist = { path = "./filetreelist", version = "0.4" }
2525
crossterm = { version = "0.20", features = [ "serde" ] }
2626
clap = { version = "2.33", default-features = false }
2727
tui = { version = "0.16", default-features = false, features = ['crossterm', 'serde'] }

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.17.1"
3+
version = "0.18.0"
44
authors = ["Stephan Dilly <[email protected]>"]
55
edition = "2018"
66
description = "allow using git2 in a asynchronous context"

filetreelist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "filetreelist"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Stephan Dilly <[email protected]>"]
55
edition = "2018"
66
description = "filetree abstraction based on a sorted path list, supports key based navigation events, folding, scrolling and more"

0 commit comments

Comments
 (0)