From 6e64d7befb04bde63eb84284b529773a63ceef84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 15:55:52 +0000 Subject: [PATCH] chore: release v0.2.9 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 760ce98..e8be37d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.9](https://github.com/spacesprotocol/certrelay/compare/fabric-v0.2.8...fabric-v0.2.9) + - 2026-08-19 + +### Bug Fixes + +- *(fabric-js)* Surface VeritasError detail instead of enum name + ## [0.2.8](https://github.com/spacesprotocol/certrelay/compare/fabric-v0.2.7...fabric-v0.2.8) - 2026-08-17 diff --git a/Cargo.lock b/Cargo.lock index eb17318..d4ed1d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1133,7 +1133,7 @@ dependencies = [ [[package]] name = "fabric-resolver" -version = "0.2.8" +version = "0.2.9" dependencies = [ "borsh", "dashmap", @@ -2751,7 +2751,7 @@ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" [[package]] name = "relay" -version = "0.2.8" +version = "0.2.9" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index b6c796b..e26be5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["fabric", "relay", "tests"] [workspace.package] -version = "0.2.8" +version = "0.2.9" 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.2.8" } +fabric-resolver = { path = "fabric", version = "0.2.9" } libveritas = { version = "0.4.2" } libveritas_testutil = { version = "0.4.2" }