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

## [Unreleased]

+
## 0.5.1
+

### Fixes

- Use an iterative loop to avoid stack overflow, through recursion, when using
  `FindByCommit` iterator.

+
* `eb8ecae` **fix: Use loop in FindByCommit::next to avoid stack overflow** *<fintan.halpenny@gmail.com>*
+

## 0.5.0

### Highlights
modified Cargo.lock
@@ -1356,7 +1356,7 @@ dependencies = [

[[package]]
name = "radicle-job"
-
version = "0.5.0"
+
version = "0.5.1"
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.5.0"
+
version = "0.5.1"
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