Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
chore: prepare release 0.10.0
Lars Wirzenius committed 1 year ago
commit 74bc1f413d75030b4e081e30736655739297d738
parent 4b117f6
4 files changed +18 -6
modified Cargo.lock
@@ -2002,9 +2002,9 @@ dependencies = [

[[package]]
name = "radicle-ci-broker"
-
version = "0.15.1"
+
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "43fa36fb04991c7c1ffbd66621b08d996bc9e4ad1cc09b5339d25689266d2bac"
+
checksum = "48fcb4fab7507ae6c9298198327c84541027456ced7892e49df618dbdfeb5d4c"
dependencies = [
 "anyhow",
 "clap",
@@ -2111,7 +2111,7 @@ dependencies = [

[[package]]
name = "radicle-native-ci"
-
version = "0.9.0"
+
version = "0.10.0"
dependencies = [
 "clap",
 "html-page",
modified Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "radicle-native-ci"
-
version = "0.9.0"
+
version = "0.10.0"
edition = "2021"
default-run = "radicle-native-ci"
-
rust-version = "1.80.1"
+
rust-version = "1.85"
authors = ["Lars Wirzenius <liw@liw.fi", "cloudhead <cloudhead@radicle.xyz>"]
description = "Radicle native CI adapter for running directly on node host"
license = "MIT OR Apache-2.0"
@@ -15,7 +15,7 @@ categories = ["development-tools::build-utils"]
clap = { version = "4.5.32", features = ["derive"] }
html-page = "0.4.0"
radicle = "0.14.0"
-
radicle-ci-broker = "0.15.1"
+
radicle-ci-broker = "0.16.0"
radicle-git-ext = "0.9.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
modified NEWS.md
@@ -4,6 +4,12 @@ This file summarizes the user-visible changes to `radicle-native-ci`
between releases.


+
## Version 0.10.0, released 2025-04-22
+

+
* This release has no user-visible changes, and only upgrades its
+
  dependency on the CI broker, to avoid falling behind and making a
+
  future upgrade harder.
+

## Version 0.9.0, released 2025-03-26

* This release has no user-visible changes, and only upgrades its
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-native-ci (0.10.0-1) unstable; urgency=medium
+

+
  * New release.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Tue, 22 Apr 2025 07:24:02 +0300
+

radicle-native-ci (0.9.0-1) unstable; urgency=medium

  * New release.