Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore: prepare release 0.25.0
Lars Wirzenius committed 3 months ago
commit 2e2c3f3851e3a2a9295ee709d1ed077e18810503
parent 13a6860
4 files changed +19 -2
modified Cargo.lock
@@ -2107,7 +2107,7 @@ dependencies = [

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

+
## Version 0.25.0, released 2026-01-20
+

+
* Node events that are not handled are now logged. Previously they were
+
  ignored silently.
+

+
* The `radicle-ci-broker` crate exposes fewer types from its dependencies.
+
  This makes it easier to use the crate as a library.
+

+
* The CI broker now depends on the current versions of the Radicle crates and
+
  other dependencies.
+

## Version 0.24.0, released 2025-12-09

* The way `cib` looks up job COBs for specific commits has been optimized to
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-ci-broker (0.25.0-1) unstable; urgency=medium
+

+
  * New release.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Tue, 20 Jan 2026 09:23:54 +0200
+

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

  * New release.