cob: Release 0.20.0
This commit is contained in:
parent
baf533b37b
commit
f5c39dd603
|
|
@ -3081,7 +3081,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "radicle-cob"
|
||||
version = "0.19.0"
|
||||
version = "0.20.0"
|
||||
dependencies = [
|
||||
"fastrand",
|
||||
"git-ref-format-core",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ qcheck-macros = { version = "1", default-features = false }
|
|||
radicle = { version = "0.24", path = "crates/radicle" }
|
||||
radicle-cli = { version = "0.21", path = "crates/radicle-cli" }
|
||||
radicle-cli-test = { path = "crates/radicle-cli-test" }
|
||||
radicle-cob = { version = "0.19", path = "crates/radicle-cob" }
|
||||
radicle-cob = { version = "0.20", path = "crates/radicle-cob" }
|
||||
radicle-core = { version = "0.3", path = "crates/radicle-core" }
|
||||
radicle-crypto = { version = "0.17", path = "crates/radicle-crypto" }
|
||||
radicle-dag = { version = "0.10", path = "crates/radicle-dag" }
|
||||
|
|
|
|||
|
|
@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Security
|
||||
|
||||
## 0.20.0
|
||||
|
||||
### Changed
|
||||
|
||||
- Dependency update of `radicle-crypto` to `0.17`.
|
||||
|
||||
## 0.19.0
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name = "radicle-cob"
|
|||
description = "Radicle Collaborative Objects library"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
version = "0.19.0"
|
||||
version = "0.20.0"
|
||||
authors = [
|
||||
"Alex Good <alex@memoryandthought.me>",
|
||||
"Fintan Halpenny <fintan.halpenny@gmail.com>",
|
||||
|
|
|
|||
Loading…
Reference in New Issue