Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
chore: prepare release 0.8.0
Lars Wirzenius committed 1 year ago
commit 3106f0c32a0a6c716888c2c2fe4e8700068aaa7b
parent 331d68f
4 files changed +13 -2
modified Cargo.lock
@@ -2013,7 +2013,7 @@ dependencies = [

[[package]]
name = "radicle-native-ci"
-
version = "0.7.0"
+
version = "0.8.0"
dependencies = [
 "clap",
 "html-page",
modified Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "radicle-native-ci"
-
version = "0.7.0"
+
version = "0.8.0"
edition = "2021"
default-run = "radicle-native-ci"
rust-version = "1.80.1"
modified NEWS.md
@@ -4,6 +4,11 @@ This file summarizes the user-visible changes to `radicle-native-ci`
between releases.


+
## Version 0.8.0, released 2025-02-18
+

+
* The `rad-ci` binary has been dropped from this crate, as the new
+
  `rad-ci` crate provides a better version now.
+

## Version 0.7.0, released 2025-02-03

* The `README.md` file documents the exit codes used by the adapter,
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-native-ci (0.8.0-1) unstable; urgency=medium
+

+
  * New release.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Tue, 18 Feb 2025 13:47:08 +0200
+

radicle-native-ci (0.7.0) unstable; urgency=medium

  * New release.