diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 98c1797..991490e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "cf-worker": "2.4.7", - "standalone": "2.4.7", - "shared-lib": "2.4.7" + "cf-worker": "3.0.0", + "standalone": "3.0.0", + "shared-lib": "3.0.0" } diff --git a/Cargo.lock b/Cargo.lock index 13664c9..38058b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -452,7 +452,7 @@ checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" [[package]] name = "hookbuffer-cf-worker" -version = "2.4.7" +version = "3.0.0" dependencies = [ "console_error_panic_hook", "serde", @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "hookbuffer-standalone" -version = "2.4.7" +version = "3.0.0" dependencies = [ "axum", "futures", @@ -1453,7 +1453,7 @@ dependencies = [ [[package]] name = "shared-lib" -version = "2.4.7" +version = "3.0.0" dependencies = [ "axum", "base64", diff --git a/cf-worker/CHANGELOG.md b/cf-worker/CHANGELOG.md new file mode 100644 index 0000000..a8b8604 --- /dev/null +++ b/cf-worker/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [3.0.0](https://github.com/cbackas/hookbuffer/compare/v2.4.7...v3.0.0) (2025-03-08) + + +### ⚠ BREAKING CHANGES + +* Cloudflare workers ([#22](https://github.com/cbackas/hookbuffer/issues/22)) + +### Features + +* Cloudflare workers ([#22](https://github.com/cbackas/hookbuffer/issues/22)) ([b5490da](https://github.com/cbackas/hookbuffer/commit/b5490daa0c9e087dfd5474064ea217cc22fa5d5a)) diff --git a/cf-worker/Cargo.toml b/cf-worker/Cargo.toml index 25aafb2..8e3c503 100644 --- a/cf-worker/Cargo.toml +++ b/cf-worker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hookbuffer-cf-worker" -version = "2.4.7" +version = "3.0.0" edition = "2021" authors = [ "Zac " ] diff --git a/shared-lib/CHANGELOG.md b/shared-lib/CHANGELOG.md new file mode 100644 index 0000000..f687534 --- /dev/null +++ b/shared-lib/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [3.0.0](https://github.com/cbackas/hookbuffer/compare/2.4.7...v3.0.0) (2025-03-08) + + +### ⚠ BREAKING CHANGES + +* Cloudflare workers ([#22](https://github.com/cbackas/hookbuffer/issues/22)) + +### Features + +* Cloudflare workers ([#22](https://github.com/cbackas/hookbuffer/issues/22)) ([b5490da](https://github.com/cbackas/hookbuffer/commit/b5490daa0c9e087dfd5474064ea217cc22fa5d5a)) diff --git a/shared-lib/Cargo.toml b/shared-lib/Cargo.toml index b1840b8..2c66915 100644 --- a/shared-lib/Cargo.toml +++ b/shared-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shared-lib" -version = "2.4.7" +version = "3.0.0" edition = "2021" [features] diff --git a/standalone/CHANGELOG.md b/standalone/CHANGELOG.md new file mode 100644 index 0000000..a8b8604 --- /dev/null +++ b/standalone/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [3.0.0](https://github.com/cbackas/hookbuffer/compare/v2.4.7...v3.0.0) (2025-03-08) + + +### ⚠ BREAKING CHANGES + +* Cloudflare workers ([#22](https://github.com/cbackas/hookbuffer/issues/22)) + +### Features + +* Cloudflare workers ([#22](https://github.com/cbackas/hookbuffer/issues/22)) ([b5490da](https://github.com/cbackas/hookbuffer/commit/b5490daa0c9e087dfd5474064ea217cc22fa5d5a)) diff --git a/standalone/Cargo.toml b/standalone/Cargo.toml index ea3eeff..36d34ee 100644 --- a/standalone/Cargo.toml +++ b/standalone/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hookbuffer-standalone" -version = "2.4.7" +version = "3.0.0" edition = "2021" [dependencies]