Skip to content

Commit 7e8d6da

Browse files
authored
chore: release main (#31)
1 parent eef5cf4 commit 7e8d6da

File tree

8 files changed

+31
-9
lines changed

8 files changed

+31
-9
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"cf-worker": "3.0.0",
3-
"standalone": "3.0.0",
4-
"shared-lib": "3.0.0"
2+
"cf-worker": "3.0.1",
3+
"standalone": "3.0.1",
4+
"shared-lib": "3.0.1"
55
}

Cargo.lock

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

cf-worker/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.1](https://github.com/cbackas/hookbuffer/compare/v3.0.0...v3.0.1) (2026-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* cleanup clippy warnings ([98943c2](https://github.com/cbackas/hookbuffer/commit/98943c2feb871a54d5aeab846f9983289ed42ad2))
9+
310
## [3.0.0](https://github.com/cbackas/hookbuffer/compare/v2.4.7...v3.0.0) (2025-03-08)
411

512

cf-worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hookbuffer-cf-worker"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
edition = "2021"
55
authors = [ "Zac <git@zac.gg>" ]
66

shared-lib/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.0.1](https://github.com/cbackas/hookbuffer/compare/v3.0.0...v3.0.1) (2026-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* cleanup clippy warnings ([98943c2](https://github.com/cbackas/hookbuffer/commit/98943c2feb871a54d5aeab846f9983289ed42ad2))
9+
* formatting ([24e34b0](https://github.com/cbackas/hookbuffer/commit/24e34b0dce157e1dc43cb92b2f688f2953f129d3))
10+
311
## [3.0.0](https://github.com/cbackas/hookbuffer/compare/2.4.7...v3.0.0) (2025-03-08)
412

513

shared-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shared-lib"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
edition = "2021"
55

66
[features]

standalone/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.1](https://github.com/cbackas/hookbuffer/compare/v3.0.0...v3.0.1) (2026-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* cleanup clippy warnings ([98943c2](https://github.com/cbackas/hookbuffer/commit/98943c2feb871a54d5aeab846f9983289ed42ad2))
9+
310
## [3.0.0](https://github.com/cbackas/hookbuffer/compare/v2.4.7...v3.0.0) (2025-03-08)
411

512

standalone/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hookbuffer-standalone"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)