Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore: prepare release 0.21.0
Lars Wirzenius committed 7 months ago
commit 1845c2bbec1a45552fcef0f1c84cd03440f370e0
parent 4f8865b
4 files changed +14 -2
modified Cargo.lock
@@ -2095,7 +2095,7 @@ dependencies = [

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

+
## Version 0.20.2, released 2025-09-24
+

+
* The minimum supported Rust version (`rust-version` in in `Cargo.toml`)
+
  is now 1.85.
+

+

## Version 0.20.1, released 2025-09-19

* This release has no user-visible changed, but depends on newer
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-ci-broker (0.21.0-1) unstable; urgency=medium
+

+
  * New release.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Wed, 24 Sep 2025 09:28:07 +0300
+

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

  * New release.