Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
Prepare 0.4.0
Merged did:key:z6MkswQE...2C1V opened 1 year ago
4 files changed +4 -4 bbad0a30 71eb49c1
modified .github/workflows/binaries.yml
@@ -51,7 +51,7 @@ jobs:
    permissions:
      contents: "read"
      id-token: "write"
-
    runs-on: macos-11
+
    runs-on: macos-12
    strategy:
      matrix:
        target:
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"