Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore: prepare release 0.15.1
Merged liw opened 1 year ago

Signed-off-by: Lars Wirzenius liw@liw.fi

4 files changed +15 -2 5038769a 5a83c3d9
modified Cargo.lock
@@ -1945,7 +1945,7 @@ dependencies = [

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


+
## Version 0.15.1, released 2025-03-26
+

+
* This release has no user-visible changes. It makes a change to the
+
  "message helper" module that is meant for Radicle CI adapters to
+
  use. The purpose of this release is to allow those adapters to
+
  depend on this release to get the helper functionality.
+

## Version 0.15.0, released 2025-03-25

* Fix a fatal problem when the CI broker is run with the report
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-ci-broker (0.15.1-1) unstable; urgency=medium
+

+
  * New release.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Wed, 26 Mar 2025 08:20:09 +0200
+

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

  * New release.