Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
doc: update README.md for the _previous_ release
Lars Wirzenius committed 1 year ago
commit c95e4179c4ba69804fe218c7979b9f2e65241f8c
parent 70535d8
1 file changed +21 -0
modified NEWS.md
@@ -4,6 +4,27 @@ This file summarizes the user-visible changes to `radicle-native-ci`
between releases.


+
## Version 0.3.0, released 2024-11-14
+

+
This is the third release. The release notes were added later.
+

+
* The `--version` option was added to show the version number of the
+
  program.
+

+
* The `--show-config` option was added to show the configuration being
+
  used as JSON.
+

+
* The configuration file now has an optional `base_url` field to set
+
  the base URL for constructing the URL to the log file, so that the
+
  URL can be sent to the CI broker.
+

+
* In log files, the stdout and stderr of the commands that are run are
+
  combined into one stream. This makes logs easier to follow.
+

+
* Log files now have a more prominent and comprehensive table of
+
  contents.
+

+

## Version 0.2.0, released 2024-06-06

This is the second release.