From 646c7e213fa3fa247734eb37d8f94d5784afa4fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 03:33:43 +0000 Subject: [PATCH] chore: release v0.1.4 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c15a27..659daae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.4](https://github.com/spacesprotocol/certrelay/compare/fabric-v0.1.3...fabric-v0.1.4) + - 2026-04-21 + +### Bug Fixes + +- Export() skips epoch hints to always include receipt in .spacecert + +### Chore + +- Bump libveritas to 0.1.4 across all clients + +### Style + +- Fix formatting for resolve_flat signature + ## [0.1.3](https://github.com/spacesprotocol/certrelay/compare/fabric-v0.1.2...fabric-v0.1.3) - 2026-04-20 diff --git a/Cargo.lock b/Cargo.lock index d4c7390..b3b86ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1133,7 +1133,7 @@ dependencies = [ [[package]] name = "fabric-resolver" -version = "0.1.3" +version = "0.1.4" dependencies = [ "dashmap", "hex", @@ -2750,7 +2750,7 @@ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" [[package]] name = "relay" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 8bce4f8..1d0a3a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["fabric", "relay", "tests"] [workspace.package] -version = "0.1.3" +version = "0.1.4" edition = "2024" rust-version = "1.85" license = "MIT" @@ -12,7 +12,7 @@ homepage = "https://spacesprotocol.org" authors = ["Buffrr "] [workspace.dependencies] -fabric-resolver = { path = "fabric", version = "0.1.3" } +fabric-resolver = { path = "fabric", version = "0.1.4" } libveritas = { version = "0.1" } libveritas_testutil = { version = "0.1" }