Skip to content

Commit 847fa81

Browse files
authored
Merge pull request #59 from spacesprotocol/release-plz-2026-04-20T14-55-05Z
chore: release v0.1.1
2 parents b79f38d + ed3f488 commit 847fa81

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
## [0.1.1](https://github.com/spacesprotocol/certrelay/compare/fabric-v0.1.0...fabric-v0.1.1)
8+
- 2026-04-20
9+
10+
### Features
11+
12+
- Add release-plz, CI, and publish fabric-rs to crates.io

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["fabric/rust", "relay", "tests"]
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.1.1"
77
edition = "2024"
88
rust-version = "1.85"
99
license = "MIT"
@@ -12,7 +12,7 @@ homepage = "https://spacesprotocol.org"
1212
authors = ["Buffrr <contact@buffrr.dev>"]
1313

1414
[workspace.dependencies]
15-
fabric-rs = { path = "fabric/rust", version = "0.1.0" }
15+
fabric-rs = { path = "fabric/rust", version = "0.1.1" }
1616
libveritas = { version = "0.1" }
1717
libveritas_testutil = { version = "0.1" }
1818

0 commit comments

Comments
 (0)