Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
fetch: Update to 0.18.0
Fintan Halpenny committed 1 month ago
commit 8660b2f00417d91fc227e06a0fd95f53ad32525c
parent 4a731e3
4 files changed +30 -3
modified Cargo.lock
@@ -3072,7 +3072,7 @@ dependencies = [

[[package]]
name = "radicle-fetch"
-
version = "0.17.0"
+
version = "0.18.0"
dependencies = [
 "bstr",
 "either",
modified Cargo.toml
@@ -51,7 +51,7 @@ radicle-cob = { version = "0.19", path = "crates/radicle-cob" }
radicle-core = { version = "0.2", path = "crates/radicle-core" }
radicle-crypto = { version = "0.16", path = "crates/radicle-crypto" }
radicle-dag = { version = "0.10", path = "crates/radicle-dag" }
-
radicle-fetch = { version = "0.17", path = "crates/radicle-fetch" }
+
radicle-fetch = { version = "0.18", path = "crates/radicle-fetch" }
radicle-git-metadata = { version = "0.2.0", path = "crates/radicle-git-metadata", default-features = false }
radicle-git-ref-format = { version = "0.1.0", path = "crates/radicle-git-ref-format", default-features = false }
radicle-localtime = { version = "0.1", path = "crates/radicle-localtime" }
added crates/radicle-fetch/CHANGELOG.md
@@ -0,0 +1,27 @@
+
# Changelog
+

+
All notable changes to this project will be documented in this file.
+

+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+

+
## [Unreleased]
+

+
### Added
+

+
### Changed
+

+
### Removed
+

+
### Security
+

+
## 0.18.0
+

+
### Changed
+

+
- `radicle_fetch::FetchResult` no longer implements the `UnwindSafe` and
+
  `RefUnwindSafe` auto traits.
+

+
## 0.17.0
+

+
*No changes recorded.*
modified crates/radicle-fetch/Cargo.toml
@@ -3,7 +3,7 @@ name = "radicle-fetch"
description = "Radicle fetch protocol"
homepage.workspace = true
license.workspace = true
-
version = "0.17.0"
+
version = "0.18.0"
authors = ["Fintan Halpenny <fintan.halpenny@gmail.com>"]
edition.workspace = true
rust-version.workspace = true