Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore: prepare release version 0.17.1
Lars Wirzenius committed 11 months ago
commit 83aa0b0a0a2e88e756a370d976785520fa6ae191
parent b93695f
4 files changed +17 -2
modified Cargo.lock
@@ -1965,7 +1965,7 @@ dependencies = [

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


+
## Version 0.17.1, released 2025-05-19
+

+
* This is "brown paper bag" release. I'd not added a test that
+
  verifies that the new `concurrent_adapters` field can be used in the
+
  configuration file. It is a truism that [if it's not tested, it
+
  doesn't
+
  work](https://yakking.branchable.com/posts/truism-4-if-it-is-not-tested/),
+
  and thus it doesn't work. This has been fixed now.
+

## Version 0.17.0, released 2025-05-19

* The CI broker can now run adapters concurrently. The maximum number
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-ci-broker (0.17.1-1) unstable; urgency=medium
+

+
  * New release.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Mon, 19 May 2025 17:41:49 +0300
+

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

  * New release.