Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
chore: prepare release 0.13.0
Lars Wirzenius committed 1 month ago
commit 4a31342df0bc4ebbe1631fc43d6e249f577df4f7
parent 4916f6b
4 files changed +12 -2
modified Cargo.lock
@@ -2257,7 +2257,7 @@ dependencies = [

[[package]]
name = "radicle-native-ci"
-
version = "0.12.0"
+
version = "0.13.0"
dependencies = [
 "clap",
 "html-page",
modified Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "radicle-native-ci"
-
version = "0.12.0"
+
version = "0.13.0"
edition = "2021"
default-run = "radicle-native-ci"
rust-version = "1.85"
modified NEWS.md
@@ -3,6 +3,10 @@
This file summarizes the user-visible changes to `radicle-native-ci`
between releases.

+
## Version 0.13.0, released 2026-03-06
+

+
* No user visible changes, as such, but depends on new Radicle and CI broker.
+

## Version 0.12.0, released 2026-01-20

* The `--version` output now contains the Git commit from which the
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-native-ci (0.13.0-1) unstable; urgency=medium
+

+
  * New release
+

+
 -- Lars Wirzenius <liw@liw.fi>  Fri, 06 Mar 2026 12:47:34 +0200
+

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

  * New release.