From c6cf8bf38b9a00f332cfaf17dcdd2f51b663950b Mon Sep 17 00:00:00 2001 From: "fg-labs-bot[bot]" <274602291+fg-labs-bot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:09:43 +0000 Subject: [PATCH] chore: release v0.1.1 --- Cargo.lock | 6 +++--- Cargo.toml | 6 +++--- crates/fg-sra-vdb-sys/CHANGELOG.md | 8 ++++++++ crates/fg-sra-vdb/CHANGELOG.md | 8 ++++++++ crates/fg-sra/CHANGELOG.md | 8 ++++++++ 5 files changed, 30 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7049b33..0ab9a5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,7 +259,7 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "fg-sra" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "bzip2", @@ -276,7 +276,7 @@ dependencies = [ [[package]] name = "fg-sra-vdb" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "fg-sra-vdb-sys", @@ -284,7 +284,7 @@ dependencies = [ [[package]] name = "fg-sra-vdb-sys" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bindgen", "cmake", diff --git a/Cargo.toml b/Cargo.toml index 6da86c4..c61fb5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,15 +7,15 @@ members = [ ] [workspace.package] -version = "0.1.0" +version = "0.1.1" edition = "2024" rust-version = "1.85.0" repository = "https://github.com/fg-labs/fg-sra" license = "MIT" [workspace.dependencies] -fg-sra-vdb-sys = { version = "0.1.0", path = "crates/fg-sra-vdb-sys", default-features = false } -fg-sra-vdb = { version = "0.1.0", path = "crates/fg-sra-vdb", default-features = false } +fg-sra-vdb-sys = { version = "0.1.1", path = "crates/fg-sra-vdb-sys", default-features = false } +fg-sra-vdb = { version = "0.1.1", path = "crates/fg-sra-vdb", default-features = false } anyhow = "1" [workspace.lints.clippy] diff --git a/crates/fg-sra-vdb-sys/CHANGELOG.md b/crates/fg-sra-vdb-sys/CHANGELOG.md index 0a974ea..61a35b7 100644 --- a/crates/fg-sra-vdb-sys/CHANGELOG.md +++ b/crates/fg-sra-vdb-sys/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2026-04-09 + +### Miscellaneous Tasks + +- Release v0.1.0 + + + ## [0.1.0] - 2026-04-08 ### Bug Fixes diff --git a/crates/fg-sra-vdb/CHANGELOG.md b/crates/fg-sra-vdb/CHANGELOG.md index 675bdb2..5aed52a 100644 --- a/crates/fg-sra-vdb/CHANGELOG.md +++ b/crates/fg-sra-vdb/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2026-04-09 + +### Miscellaneous Tasks + +- Release v0.1.0 + + + ## [0.1.0] - 2026-04-08 ### Bug Fixes diff --git a/crates/fg-sra/CHANGELOG.md b/crates/fg-sra/CHANGELOG.md index c8a34be..96288d2 100644 --- a/crates/fg-sra/CHANGELOG.md +++ b/crates/fg-sra/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2026-04-09 + +### Miscellaneous Tasks + +- Release v0.1.0 + + + ## [0.1.0] - 2026-04-08 ### Bug Fixes