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

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

4 files changed +26 -2 8d7989cc 768af45e
modified Cargo.lock
@@ -1965,7 +1965,7 @@ dependencies = [

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


+
## Version 0.16.0, released 2025-04-17
+

+
* The version number now contains the Git commit short id, to reduce
+
  ambiguity for versions built from between-releases states of the
+
  source code repository.
+

+
* The user guide has gained a "Getting started" section.
+

+
* The README no longer claims the CI broker unsuitable for production
+
  use.
+

+
* There are now events for annotated Git tags, and corresponding
+
  filters that match a regular expression on the tag name. The events
+
  and filters are documented in the user guide.
+

+
* The `cibtool run remove` command now only takes broker run IDs. This
+
  allows removing a run whose info has an encoding error.
+

## Version 0.15.1, released 2025-03-26

* This release has no user-visible changes. It makes a change to the
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-ci-broker (0.16.0-1) unstable; urgency=medium
+

+
  * New release.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Thu, 17 Apr 2025 14:34:27 +0300
+

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

  * New release.