Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
chore: prepare release 0.6.2
Lars Wirzenius committed 1 year ago
commit f2b86a4c014118ca5e104e2d6cb6ed14d36ce453
parent a979033cea11a4f2d82717b3f9d2ff02025c5bff
3 files changed +21 -1
modified Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "radicle-ci-broker"
-
version = "0.6.1"
+
version = "0.6.2"
edition = "2021"
rust-version = "1.80"
authors = ["Lars Wirzenius <liw@liw.fi", "cloudhead <cloudhead@radicle.xyz>"]
modified NEWS.md
@@ -4,6 +4,20 @@ This file summarizes the user-visible changes to `radicle-ci-broker`
between releases.


+
## Version 0.6.2, released 2024-09-10
+

+
A very small release that I make mostly to keep up a weekly release
+
cadence.
+

+
* `README.md` now documents dependencies that aren't Rust crates
+
  needed to run the test suite.
+

+
* A small bug fix to the acceptance test suite. The dummy adapter used
+
  in the suite did not read its stdin, so the adapter would sometimes
+
  finish before the CI adapter wrote the trigger message to the
+
  adapter's stdin, which failed, causing the whole test to fail.
+

+

## Version 0.6.1, released 2024-09-02

* This updates the dependencies on other Radicle crates, to make it
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-ci-broker (0.6.2) unstable; urgency=medium
+

+
  * New release.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Tue, 10 Sep 2024 13:58:57 +0300
+

radicle-ci-broker (0.6.1) unstable; urgency=medium

  * New release.