Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
Prepare 0.3.1
Merged did:key:z6MkgFq6...nBGz opened 1 year ago

Relative links were broken in README on crates.io. Releasing a hotfix…

3 files changed +9 -2 3ad606e4 d97f70f7
added CHANGELOG.md
@@ -0,0 +1,7 @@
+
# Changelog
+

+
## [0.3.1] - 2024-06-11
+

+
### Fixed
+

+
- Broken relative links to licenses in README

\ No newline at end of file
modified Cargo.lock
@@ -1814,7 +1814,7 @@ dependencies = [

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