From 9df77949279424c3cfb9302f3567029c4f4a27ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:57:40 +0000 Subject: [PATCH] chore: release v0.1.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 14 +++++++------- Cargo.toml | 6 +++--- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b96b26d..47c7869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.1.1](https://github.com/spacesprotocol/libveritas/compare/libveritas_zk-v0.1.0...libveritas_zk-v0.1.1) - 2026-04-17 + +### Chore + +- Release v0.1.0 + ## [0.1.0](https://github.com/spacesprotocol/libveritas/releases/tag/libveritas_zk-v0.1.0) - 2026-04-17 ### Chore diff --git a/Cargo.lock b/Cargo.lock index 8a87d50..26e348b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1346,7 +1346,7 @@ dependencies = [ [[package]] name = "libveritas" -version = "0.1.0" +version = "0.1.1" dependencies = [ "base64 0.22.1", "bitcoin", @@ -1366,7 +1366,7 @@ dependencies = [ [[package]] name = "libveritas-python" -version = "0.1.0" +version = "0.1.1" dependencies = [ "libveritas-uniffi", "uniffi", @@ -1374,7 +1374,7 @@ dependencies = [ [[package]] name = "libveritas-uniffi" -version = "0.1.0" +version = "0.1.1" dependencies = [ "libveritas", "serde", @@ -1388,7 +1388,7 @@ dependencies = [ [[package]] name = "libveritas-wasm" -version = "0.1.0" +version = "0.1.1" dependencies = [ "js-sys", "libveritas", @@ -1402,14 +1402,14 @@ dependencies = [ [[package]] name = "libveritas_methods" -version = "0.1.0" +version = "0.1.1" dependencies = [ "risc0-build", ] [[package]] name = "libveritas_testutil" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bitcoin", "borsh", @@ -1426,7 +1426,7 @@ dependencies = [ [[package]] name = "libveritas_zk" -version = "0.1.0" +version = "0.1.1" dependencies = [ "borsh", "serde", diff --git a/Cargo.toml b/Cargo.toml index 3d85170..465f11b 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.0" +version = "0.1.1" edition = "2024" rust-version = "1.85" license = "Apache-2.0" @@ -13,8 +13,8 @@ authors = ["Buffrr "] [workspace.dependencies] # Internal crates -libveritas = { path = "veritas", version = "0.1.0" } -libveritas_zk = { path = "zk", version = "0.1.0" } +libveritas = { path = "veritas", version = "0.1.1" } +libveritas_zk = { path = "zk", version = "0.1.1" } # External spaces_protocol = { version = "0.1", features = ["std"] }