fetch: Release 0.20.0
This commit is contained in:
parent
ab3621d5d4
commit
ad068309c9
|
|
@ -3154,7 +3154,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "radicle-fetch"
|
name = "radicle-fetch"
|
||||||
version = "0.19.0"
|
version = "0.20.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bstr",
|
"bstr",
|
||||||
"either",
|
"either",
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@ radicle-cob = { version = "0.20", path = "crates/radicle-cob" }
|
||||||
radicle-core = { version = "0.3", path = "crates/radicle-core" }
|
radicle-core = { version = "0.3", path = "crates/radicle-core" }
|
||||||
radicle-crypto = { version = "0.17", path = "crates/radicle-crypto" }
|
radicle-crypto = { version = "0.17", path = "crates/radicle-crypto" }
|
||||||
radicle-dag = { version = "0.10", path = "crates/radicle-dag" }
|
radicle-dag = { version = "0.10", path = "crates/radicle-dag" }
|
||||||
radicle-fetch = { version = "0.19", path = "crates/radicle-fetch" }
|
radicle-fetch = { version = "0.20", path = "crates/radicle-fetch" }
|
||||||
radicle-git-metadata = { version = "0.2.0", path = "crates/radicle-git-metadata", default-features = false }
|
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-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" }
|
radicle-localtime = { version = "0.1", path = "crates/radicle-localtime" }
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
|
## 0.20.0
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Dependency update of `radicle-crypto` to `0.17`.
|
||||||
|
- Dependency update of `radicle` to `0.24`.
|
||||||
|
- Dependency update of `radicle-oid` to `0.2`.
|
||||||
|
|
||||||
## 0.18.0
|
## 0.18.0
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ name = "radicle-fetch"
|
||||||
description = "Radicle fetch protocol"
|
description = "Radicle fetch protocol"
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
version = "0.19.0"
|
version = "0.20.0"
|
||||||
authors = ["Fintan Halpenny <fintan.halpenny@gmail.com>"]
|
authors = ["Fintan Halpenny <fintan.halpenny@gmail.com>"]
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue