Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
chore: prepare release 0.7.0
Lars Wirzenius committed 1 year ago
commit 2647383dbd8ab43d4cf20e51a98213d5bab5efff
parent 03aac78
4 files changed +15 -3
modified Cargo.lock
@@ -2013,7 +2013,7 @@ dependencies = [

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


-
## Version 0.6.0, released 2025-01-7
+
## Version 0.6.0, released 2025-02-03
+

+
* The `README.md` file documents the exit codes used by the adapter,
+
  and that the adapter administrator log goes to the standard error
+
  output. Other documentation improvements as well.
+

+
## Version 0.6.0, released 2025-01-07

* The `rad-ci` program now parses its command line in a more usual
  Unix manner. It now has the `--dry-run` option, as well as `-h`
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-native-ci (0.7.0) unstable; urgency=medium
+

+
  * New release.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Mon, 03 Feb 2025 08:56:16 +0200
+

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

  * New release.