Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
chore: prepare crates release
Merged fintohaps opened 11 months ago

This prepares the crate versions for a new release. The version bumps were determined by the cargo-semver-checks tool.

However, there were some issues with the radicle-fetch crate – where when attempting to check it, it was unable to compile due to the previous version expecting the kind of Doc with a generic parameter. I believe this is due to the version for radicle being specified as simply 0. This prompted changing the version specifications to use major.minor for all the internal crates. This, for example, would mean that radicle-fetch that relies on 0.15 can use >=0.15.0,<0.16.0 – allowing any patch versions but must require a minor version bump.

fintohaps opened with revision f51dcae1 on base 5a0a334d +35 -34 11 months ago

This prepares the crate versions for a new release. The version bumps were determined by the cargo-semver-checks tool.

However, there were some issues with the radicle-fetch crate – where when attempting to check it, it was unable to compile due to the previous version expecting the kind of Doc with a generic parameter. I believe this is due to the version for radicle being specified as simply 0. This prompted changing the version specifications to use major.minor for all the internal crates. This, for example, would mean that radicle-fetch that relies on 0.15 can use >=0.15.0,<0.16.0 – allowing any patch versions but must require a minor version bump.

did:key:z6MkgFq6...nBGz accepted 11 months ago
fintohaps pushed revision 2 ae3a3763 on base caf9e241 +35 -34 11 months ago

Rebased

lorenz merged revision ae3a3763 at f4c8ff7a 11 months ago