From bf52e00fb4bf0c6181e0cf05bf083d2885413aa0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:50:57 +0000 Subject: [PATCH] chore: release v0.1.0 --- CHANGELOG.md | 5 +++++ veritas/Cargo.toml | 2 +- zk/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e0e2bb..b96b26d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,3 +4,8 @@ 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.0](https://github.com/spacesprotocol/libveritas/releases/tag/libveritas_zk-v0.1.0) - 2026-04-17 + +### Chore + +- Set up release-plz and consolidate publish workflows diff --git a/veritas/Cargo.toml b/veritas/Cargo.toml index 0d354e7..b9f95de 100644 --- a/veritas/Cargo.toml +++ b/veritas/Cargo.toml @@ -32,4 +32,4 @@ serde_json = "1.0" [dev-dependencies] borsh_utils = { workspace = true } bitcoin = { version = "0.32", default-features = false, features = ["rand-std"] } -libveritas_testutil = { path = "../testutil" } \ No newline at end of file +libveritas_testutil = { path = "../testutil" } diff --git a/zk/Cargo.toml b/zk/Cargo.toml index f229d79..bddaa55 100644 --- a/zk/Cargo.toml +++ b/zk/Cargo.toml @@ -15,4 +15,4 @@ categories = ["cryptography"] [dependencies] spacedb = { workspace = true } borsh = { version = "1.6", default-features = false, features = ["derive"] } -serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] } \ No newline at end of file +serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] }