From cf8313b23e1e666be8657917c71d73c14792ddc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 23:50:41 +0000 Subject: [PATCH] chore: release v0.2.0 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 10 +++++----- Cargo.toml | 4 ++-- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f62057e..a50fd69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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). +## [0.2.0](https://github.com/spacesprotocol/libveritas/compare/libveritas-v0.1.4...libveritas-v0.2.0) - 2026-04-23 + +### Features + +- [**breaking**] Move root hash from VerifiedMessage onto Zone + +### Style + +- Rustfmt + ## [0.1.4](https://github.com/spacesprotocol/libveritas/compare/libveritas-v0.1.3...libveritas-v0.1.4) - 2026-04-21 ### Performance diff --git a/Cargo.lock b/Cargo.lock index 567fcd1..b55a655 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1346,7 +1346,7 @@ dependencies = [ [[package]] name = "libveritas" -version = "0.1.4" +version = "0.2.0" dependencies = [ "base64 0.22.1", "bitcoin", @@ -1366,7 +1366,7 @@ dependencies = [ [[package]] name = "libveritas-python" -version = "0.1.4" +version = "0.2.0" dependencies = [ "libveritas-uniffi", "uniffi", @@ -1374,7 +1374,7 @@ dependencies = [ [[package]] name = "libveritas-uniffi" -version = "0.1.4" +version = "0.2.0" dependencies = [ "libveritas", "serde", @@ -1388,7 +1388,7 @@ dependencies = [ [[package]] name = "libveritas-wasm" -version = "0.1.4" +version = "0.2.0" dependencies = [ "js-sys", "libveritas", @@ -1409,7 +1409,7 @@ dependencies = [ [[package]] name = "libveritas_testutil" -version = "0.1.4" +version = "0.2.0" dependencies = [ "bitcoin", "borsh", diff --git a/Cargo.toml b/Cargo.toml index 3f291bd..80baf93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["methods", "zk", "veritas", "testutil", "bindings/wasm", "bindings/uniffi", "bindings/python"] [workspace.package] -version = "0.1.4" +version = "0.2.0" edition = "2024" rust-version = "1.85" license = "Apache-2.0" @@ -13,7 +13,7 @@ authors = ["Buffrr "] [workspace.dependencies] # Internal crates -libveritas = { path = "veritas", version = "0.1.4" } +libveritas = { path = "veritas", version = "0.2.0" } libveritas_zk = { path = "zk", version = "0.1" } # External