core: Release 0.3.0
This commit is contained in:
parent
64a419d79c
commit
4ca2098cb7
|
|
@ -3104,7 +3104,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "radicle-core"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"git2",
|
||||
"gix-hash",
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ radicle = { version = "0.23", path = "crates/radicle" }
|
|||
radicle-cli = { version = "0.20", path = "crates/radicle-cli" }
|
||||
radicle-cli-test = { path = "crates/radicle-cli-test" }
|
||||
radicle-cob = { version = "0.19", path = "crates/radicle-cob" }
|
||||
radicle-core = { version = "0.2", path = "crates/radicle-core" }
|
||||
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" }
|
||||
radicle-fetch = { version = "0.19", path = "crates/radicle-fetch" }
|
||||
|
|
|
|||
|
|
@ -15,6 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Security
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Changed
|
||||
|
||||
- The `expected` field of the `IdError::Length` struct variant has been removed.
|
||||
Pattern matches binding `expected` must be updated.
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name = "radicle-core"
|
|||
description = "Radicle core data type definitions"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
keywords = ["radicle", "git", "data-types"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue