Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
chore: prepare release 0.4.0
Lars Wirzenius committed 1 year ago
commit d677911da6c1f7bd39cf43bf84aa019004957ca8
parent c95e417
4 files changed +15 -2
modified Cargo.lock
@@ -1969,7 +1969,7 @@ dependencies = [

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


+
## Version 0.4.0, released 2024-11-22
+

+
* The `rad-ci` binary is added. This is an **experimental** tool for
+
  running the commands CI runs without going via CI. See the README
+
  for details.
+

+

## Version 0.3.0, released 2024-11-14

This is the third release. The release notes were added later.
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-native-ci (0.4.0) unstable; urgency=medium
+

+
  * New release.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Fri, 22 Nov 2024 09:25:24 +0200
+

radicle-native-ci (0.1.0-1) unstable; urgency=medium

  * First release.