Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Bump version to 0.4.0
Erik Kundt committed 1 year ago
commit 71eb49c111c8af4a1da7986ef1988fd1ace010f1
parent c9e5b8e87b1b0888a5e376983139d49978001992
3 files changed +3 -3
modified CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

-
## Unreleased
+
## [0.4.0] - 2024-07-19

### Added

modified Cargo.lock
@@ -1898,7 +1898,7 @@ dependencies = [

[[package]]
name = "radicle-tui"
-
version = "0.3.1"
+
version = "0.4.0"
dependencies = [
 "anyhow",
 "fuzzy-matcher",
modified Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "radicle-tui"
description = "Radicle terminal user interface"
-
version = "0.3.1"
+
version = "0.4.0"
repository = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z39mP9rQAaGmERfUMPULfPUi473tY"
homepage = "https://radicle.xyz"
license = "MIT OR Apache-2.0"