Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore: prepare release 0.25.0
Lars Wirzenius committed 1 month ago
commit a3dacbe0378a1d047f0c02ba753a00734149ba62
parent ce827de
4 files changed +23 -2
modified Cargo.lock
@@ -2059,7 +2059,7 @@ dependencies = [

[[package]]
name = "radicle-ci-broker"
-
version = "0.25.0"
+
version = "0.26.0"
dependencies = [
 "clap",
 "culpa",
modified Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "radicle-ci-broker"
-
version = "0.25.0"
+
version = "0.26.0"
edition = "2024"
rust-version = "1.90"
authors = ["Lars Wirzenius <liw@liw.fi", "cloudhead <cloudhead@radicle.xyz>"]
modified NEWS.md
@@ -3,6 +3,21 @@
This file summarizes the user-visible changes to `radicle-ci-broker`
between releases.

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

+
* Defelo added support for the `LocalRefsAnnounced` events. This means you can
+
  CI on your local machine and its Radicle node. If you push a change to your
+
  node, CI runs. This means it's not necessary to set up a separate CI node.
+
  A separate CI node is and will always be supported, though.
+

+
* The CI broker now depends on crates for Radicle 1.17, which is about to be
+
  released.
+

+
* The installation documentation on a Debian system have been updated to refer
+
  to the Radicle APT repository, with release versions. Thank you to Yorgos for
+
  finding the problem.
+

+

## Version 0.25.0, released 2026-01-20

* Node events that are not handled are now logged. Previously they were
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-ci-broker (0.26.0-1) unstable; urgency=medium
+

+
  * New release
+

+
 -- Lars Wirzenius <liw@liw.fi>  Fri, 06 Mar 2026 09:55:30 +0200
+

radicle-ci-broker (0.25.0-1) unstable; urgency=medium

  * New release.