Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
chore: prepare release 0.2.0
Lars Wirzenius committed 1 year ago
commit e7efad9573aa8abb52803ae37ae452afbab81c39
parent 7b0a234
2 files changed +21 -1
modified Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "radicle-native-ci"
-
version = "0.1.0"
+
version = "0.2.0"
edition = "2021"
default-run = "radicle-native-ci"
rust-version = "1.77.1"
added NEWS.md
@@ -0,0 +1,20 @@
+
# Release notes about `radicle-native-ci`
+

+
This file summarizes the user-visible changes to `radicle-native-ci`
+
between releases.
+

+

+
## Version 0.2.0, released 2024-06-06
+

+
This is the second release.
+

+
* The main change is that this version depends on version 0.2.0 of the
+
  CI broker. This fixes the problem of building the oldest commit in a
+
  patch rather than the newest.
+

+
* The README is more useful now.
+

+

+
## Version 0.1.0, released 2024-04-03
+

+
This was the first release. No notes.