Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions cf-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion cf-worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hookbuffer-cf-worker"
version = "3.0.0"
version = "3.0.1"
edition = "2021"
authors = [ "Zac <git@zac.gg>" ]

Expand Down
8 changes: 8 additions & 0 deletions shared-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion shared-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shared-lib"
version = "3.0.0"
version = "3.0.1"
edition = "2021"

[features]
Expand Down
7 changes: 7 additions & 0 deletions standalone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion standalone/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hookbuffer-standalone"
version = "3.0.0"
version = "3.0.1"
edition = "2021"

[dependencies]
Expand Down