Skip to content

Commit 9f0ef85

Browse files
authored
Prep release 25 (#2082)
1 parent fa051ef commit 9f0ef85

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
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.25.0] - 2024-02-21
11+
1012
** multiline text editor **
1113

1214
![multiline editor](assets/multiline-texteditor.gif)

Cargo.lock

+4-4
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.24.3"
3+
version = "0.25.0"
44
authors = ["extrawurst <[email protected]>"]
55
description = "blazing fast terminal-ui for git"
66
edition = "2021"
@@ -15,7 +15,7 @@ keywords = ["git", "gui", "cli", "terminal", "ui"]
1515

1616
[dependencies]
1717
anyhow = "1.0"
18-
asyncgit = { path = "./asyncgit", version = "0.24", default-features = false }
18+
asyncgit = { path = "./asyncgit", version = "0.25", default-features = false }
1919
backtrace = "0.3"
2020
bitflags = "2.4"
2121
bugreport = "0.5"

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.24.3"
3+
version = "0.25.0"
44
authors = ["extrawurst <[email protected]>"]
55
edition = "2021"
66
description = "allow using git2 in a asynchronous context"

filetreelist/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "filetreelist"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["extrawurst <[email protected]>"]
55
edition = "2021"
66
description = "filetree abstraction based on a sorted path list, supports key based navigation events, folding, scrolling and more"

invalidstring/Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "invalidstring"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["extrawurst <[email protected]>"]
55
edition = "2021"
66
description = "just for testing invalid string data"
@@ -10,5 +10,3 @@ readme = "README.md"
1010
license = "MIT"
1111
categories = ["development-tools", "development-tools::testing", "encoding"]
1212
keywords = ["string"]
13-
14-
[dependencies]

0 commit comments

Comments
 (0)