Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
chore: release 0.6.1 with updated dependencies
Lars Wirzenius committed 1 year ago
commit 3f426a71f5cf7008c849934821c8fabea590ee51
parent dd677bfd2a248f363bc049a510414b595580299c
4 files changed +13 -2
modified Cargo.lock
@@ -1718,7 +1718,7 @@ dependencies = [

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


+
## Version 0.6.1, released 2024-09-02
+

+
* This updates the dependencies on other Radicle crates, to make it
+
  easier to `cargo install` the CI broker.
+

## Version 0.6.0, released 2024-09-02

### Breaking changes
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-ci-broker (0.6.1) unstable; urgency=medium
+

+
  * New release.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Mon, 02 Sep 2024 13:59:22 +0300
+

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

  * New release.