core: Update to 0.2.0

This commit is contained in:
Fintan Halpenny 2026-03-18 20:16:14 +00:00
parent 6745865197
commit 244be71596
4 changed files with 25 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3023,7 +3023,7 @@ dependencies = [
[[package]]
name = "radicle-core"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"git2",
"gix-hash",

View File

@ -48,7 +48,7 @@ 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-core = { version = "0.1", path = "crates/radicle-core" }
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" }

View File

@ -0,0 +1,22 @@
# 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.2.0
### Changed
- Dependency update of `radicle-crypto` to `0.16`

View File

@ -3,7 +3,7 @@ name = "radicle-core"
description = "Radicle core data type definitions"
homepage.workspace = true
repository.workspace = true
version = "0.1.0"
version = "0.2.0"
edition.workspace = true
license.workspace = true
keywords = ["radicle", "git", "data-types"]