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. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||