cob: Update to 0.19.0
This commit is contained in:
parent
244be71596
commit
c9450fe84a
|
|
@ -3000,7 +3000,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "radicle-cob"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
dependencies = [
|
||||
"fastrand",
|
||||
"git-ref-format-core",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ qcheck-macros = { version = "1", default-features = false }
|
|||
radicle = { version = "0.21", path = "crates/radicle" }
|
||||
radicle-cli = { version = "0.18", path = "crates/radicle-cli" }
|
||||
radicle-cli-test = { path = "crates/radicle-cli-test" }
|
||||
radicle-cob = { version = "0.18", path = "crates/radicle-cob" }
|
||||
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" }
|
||||
|
|
|
|||
|
|
@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Security
|
||||
|
||||
## 0.19.0
|
||||
|
||||
### Changed
|
||||
|
||||
- Dependency update of `radicle-crypto` to `0.16`.
|
||||
|
||||
## 0.18.0
|
||||
|
||||
### Removed
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name = "radicle-cob"
|
|||
description = "Radicle Collaborative Objects library"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
authors = [
|
||||
"Alex Good <alex@memoryandthought.me>",
|
||||
"Fintan Halpenny <fintan.halpenny@gmail.com>",
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Changed
|
||||
|
||||
- Dependency update of `radicle-crypto` to `0.16`
|
||||
- Dependency update of `radicle-crypto` to `0.16`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue