From ec03e040170538900229f75c5cdd98946201290a Mon Sep 17 00:00:00 2001 From: Zac Date: Sun, 22 Feb 2026 19:23:30 -0600 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +++--- Cargo.lock | 6 +++--- cf-worker/CHANGELOG.md | 7 +++++++ cf-worker/Cargo.toml | 2 +- shared-lib/CHANGELOG.md | 8 ++++++++ shared-lib/Cargo.toml | 2 +- standalone/CHANGELOG.md | 7 +++++++ standalone/Cargo.toml | 2 +- 8 files changed, 31 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 991490e..9dfc4f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "cf-worker": "3.0.0", - "standalone": "3.0.0", - "shared-lib": "3.0.0" + "cf-worker": "3.0.1", + "standalone": "3.0.1", + "shared-lib": "3.0.1" } diff --git a/Cargo.lock b/Cargo.lock index 6a97713..8b76bc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -452,7 +452,7 @@ checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" [[package]] name = "hookbuffer-cf-worker" -version = "3.0.0" +version = "3.0.1" dependencies = [ "console_error_panic_hook", "serde", @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "hookbuffer-standalone" -version = "3.0.0" +version = "3.0.1" dependencies = [ "axum", "futures", @@ -1452,7 +1452,7 @@ dependencies = [ [[package]] name = "shared-lib" -version = "3.0.0" +version = "3.0.1" dependencies = [ "axum", "base64", diff --git a/cf-worker/CHANGELOG.md b/cf-worker/CHANGELOG.md index a8b8604..0473c03 100644 --- a/cf-worker/CHANGELOG.md +++ b/cf-worker/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/cbackas/hookbuffer/compare/v3.0.0...v3.0.1) (2026-02-23) + + +### Bug Fixes + +* cleanup clippy warnings ([98943c2](https://github.com/cbackas/hookbuffer/commit/98943c2feb871a54d5aeab846f9983289ed42ad2)) + ## [3.0.0](https://github.com/cbackas/hookbuffer/compare/v2.4.7...v3.0.0) (2025-03-08) diff --git a/cf-worker/Cargo.toml b/cf-worker/Cargo.toml index ff7b610..d2a53a4 100644 --- a/cf-worker/Cargo.toml +++ b/cf-worker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hookbuffer-cf-worker" -version = "3.0.0" +version = "3.0.1" edition = "2021" authors = [ "Zac " ] diff --git a/shared-lib/CHANGELOG.md b/shared-lib/CHANGELOG.md index f687534..20155f3 100644 --- a/shared-lib/CHANGELOG.md +++ b/shared-lib/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.0.1](https://github.com/cbackas/hookbuffer/compare/v3.0.0...v3.0.1) (2026-02-23) + + +### Bug Fixes + +* cleanup clippy warnings ([98943c2](https://github.com/cbackas/hookbuffer/commit/98943c2feb871a54d5aeab846f9983289ed42ad2)) +* formatting ([24e34b0](https://github.com/cbackas/hookbuffer/commit/24e34b0dce157e1dc43cb92b2f688f2953f129d3)) + ## [3.0.0](https://github.com/cbackas/hookbuffer/compare/2.4.7...v3.0.0) (2025-03-08) diff --git a/shared-lib/Cargo.toml b/shared-lib/Cargo.toml index 2c66915..ea881cc 100644 --- a/shared-lib/Cargo.toml +++ b/shared-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shared-lib" -version = "3.0.0" +version = "3.0.1" edition = "2021" [features] diff --git a/standalone/CHANGELOG.md b/standalone/CHANGELOG.md index a8b8604..0473c03 100644 --- a/standalone/CHANGELOG.md +++ b/standalone/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/cbackas/hookbuffer/compare/v3.0.0...v3.0.1) (2026-02-23) + + +### Bug Fixes + +* cleanup clippy warnings ([98943c2](https://github.com/cbackas/hookbuffer/commit/98943c2feb871a54d5aeab846f9983289ed42ad2)) + ## [3.0.0](https://github.com/cbackas/hookbuffer/compare/v2.4.7...v3.0.0) (2025-03-08) diff --git a/standalone/Cargo.toml b/standalone/Cargo.toml index 36d34ee..c814d76 100644 --- a/standalone/Cargo.toml +++ b/standalone/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hookbuffer-standalone" -version = "3.0.0" +version = "3.0.1" edition = "2021" [dependencies]