Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore: prepare release 0.19.1
Lars Wirzenius committed 9 months ago
commit df22a8e11a4b8860da94862089cb681856fb0d07
parent 6af9c66
5 files changed +25 -2
modified Cargo.lock
@@ -1986,7 +1986,7 @@ dependencies = [

[[package]]
name = "radicle-ci-broker"
-
version = "0.19.0"
+
version = "0.19.1"
dependencies = [
 "anyhow",
 "clap",
modified Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "radicle-ci-broker"
-
version = "0.19.0"
+
version = "0.19.1"
edition = "2021"
rust-version = "1.84"
authors = ["Lars Wirzenius <liw@liw.fi", "cloudhead <cloudhead@radicle.xyz>"]
modified Makefile
@@ -16,3 +16,6 @@ test: fast-test
.PHONY: doc
doc:
	make -C doc
+

+
semver:
+
	cargo semver-checks
modified NEWS.md
@@ -3,6 +3,20 @@
This file summarizes the user-visible changes to `radicle-ci-broker`
between releases.

+
## Version 0.19.1, released 2025-07-28
+

+
The main motivation for this release is to make changes to the
+
`radicle_ci_broker::msg::helper::AdminLog` type available to other
+
crates.
+

+
* A couple of typos have been fixed in documentation and command line
+
  help text.
+

+
* Dependencies on `radicle` and `radicle-job` crates have been updated
+
  to current. This should not be user visible, except possibly due to
+
  bugs being fixed.
+

+

## Version 0.19.0, released 2025-07-15

* The CI broker now creates "job COBs" when it runs CI. These are
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-ci-broker (0.19.1-1) unstable; urgency=medium
+

+
  * New release.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Mon, 28 Jul 2025 10:02:19 +0300
+

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

  * New release.