diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e3cd6d2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +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/certrelay/compare/fabric-v0.1.0...fabric-v0.1.1) + - 2026-04-20 + +### Features + +- Add release-plz, CI, and publish fabric-rs to crates.io diff --git a/Cargo.lock b/Cargo.lock index 39b0bfb..12b8b48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1133,7 +1133,7 @@ dependencies = [ [[package]] name = "fabric-rs" -version = "0.1.0" +version = "0.1.1" dependencies = [ "dashmap", "hex", @@ -2750,7 +2750,7 @@ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" [[package]] name = "relay" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 2800acc..aba5fe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["fabric/rust", "relay", "tests"] [workspace.package] -version = "0.1.0" +version = "0.1.1" edition = "2024" rust-version = "1.85" license = "MIT" @@ -12,7 +12,7 @@ homepage = "https://spacesprotocol.org" authors = ["Buffrr "] [workspace.dependencies] -fabric-rs = { path = "fabric/rust", version = "0.1.0" } +fabric-rs = { path = "fabric/rust", version = "0.1.1" } libveritas = { version = "0.1" } libveritas_testutil = { version = "0.1" }