Radish alpha
r
rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M
Radicle Job Collaborative Object
Radicle
Git
radicle-job: Release 0.5.0
Fintan Halpenny committed 1 month ago
commit 07feea6ea1a877bc5c70f4973d13c823038f4f7e
parent 57f2ad0
3 files changed +17 -2
modified CHANGELOG.md
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

+
## 0.5.0
+

+
### Highlights
+

+
- The timestamp of runs are adopted from the COB actions, so that they can be
+
  surfaced as part of the `Run` data.
+
- The `radicle` crate is updated to 0.21.0, which includes transitive dependency
+
  updates that contained reported vulnerabilities.
+

+
### Commits
+

+
* `57f2ad0` **chore: update to radicle to 0.21.0** *<fintan.halpenny@gmail.com>*
+
* `e37ff34` **cli: add timestamp to output** *<fintan.halpenny@gmail.com>*
+
* `c2697d7` **lib: add timestamp to Run** *<fintan.halpenny@gmail.com>
+

## v0.3.0

* `d72690e` **chore: radicle 0.18.0** *<me@sebastinez.dev>*
modified Cargo.lock
@@ -1356,7 +1356,7 @@ dependencies = [

[[package]]
name = "radicle-job"
-
version = "0.4.0"
+
version = "0.5.0"
dependencies = [
 "chrono",
 "clap",
modified Cargo.toml
@@ -4,7 +4,7 @@ description = "Radicle Job Collaborative Object"
homepage = "https://radicle.xyz"
repository = "https://app.radicle.xyz/nodes/iris.radicle.xyz/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M"
license = "MIT OR Apache-2.0"
-
version = "0.4.0"
+
version = "0.5.0"
authors = ["Fintan Halpenny <fintan.halpenny@gmail.com>"]
edition = "2021"
# N.B. always use the full semver so that rust-overlay in `flake.nix` can select