From 44c20f20f4579b5a16ef22f6f0e3c8121e3d0865 Mon Sep 17 00:00:00 2001 From: Jesse Michael Date: Fri, 14 Nov 2025 18:58:06 -0700 Subject: [PATCH] chore: release main --- .github/workflows/release-please-manifest.json | 14 +++++++------- auth/CHANGELOG.md | 7 +++++++ boot/CHANGELOG.md | 12 ++++++++++++ cache/CHANGELOG.md | 7 +++++++ config/CHANGELOG.md | 7 +++++++ http/CHANGELOG.md | 13 +++++++++++++ logger/CHANGELOG.md | 7 +++++++ test/CHANGELOG.md | 7 +++++++ 8 files changed, 67 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-please-manifest.json b/.github/workflows/release-please-manifest.json index 1b6d470..0e6f5b0 100644 --- a/.github/workflows/release-please-manifest.json +++ b/.github/workflows/release-please-manifest.json @@ -1,9 +1,9 @@ { - "auth": "0.0.0", - "boot": "0.0.0", - "cache": "0.0.0", - "config": "0.1.0", - "http": "0.0.0", - "logger": "0.0.0", - "test": "0.0.0" + "auth": "0.1.0", + "boot": "0.1.0", + "cache": "0.1.0", + "config": "0.2.0", + "http": "0.1.0", + "logger": "0.1.0", + "test": "0.1.0" } diff --git a/auth/CHANGELOG.md b/auth/CHANGELOG.md index 7065986..268ffd8 100644 --- a/auth/CHANGELOG.md +++ b/auth/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `github.com/jesse0michael/pkg/auth` will be documented in this file by Release Please. +## [0.1.0](https://github.com/Jesse0Michael/pkg/compare/auth/v0.0.0...auth/v0.1.0) (2025-11-15) + + +### Features + +* sync changelogs ([5252169](https://github.com/Jesse0Michael/pkg/commit/52521696340ea3310e6dd49726fbb5207d8d5cc1)) + ## 0.0.0 ### Features diff --git a/boot/CHANGELOG.md b/boot/CHANGELOG.md index 0081b62..81e3780 100644 --- a/boot/CHANGELOG.md +++ b/boot/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `github.com/jesse0michael/pkg/boot` will be documented in this file by Release Please. +## [0.1.0](https://github.com/Jesse0Michael/pkg/compare/boot/v0.0.0...boot/v0.1.0) (2025-11-15) + + +### Features + +* sync changelogs ([5252169](https://github.com/Jesse0Michael/pkg/commit/52521696340ea3310e6dd49726fbb5207d8d5cc1)) + + +### Bug Fixes + +* force tag ([b4970ec](https://github.com/Jesse0Michael/pkg/commit/b4970ec82f9d801e4345d61b5515d4c2b6c0c6e2)) + ## 0.0.0 ### Features diff --git a/cache/CHANGELOG.md b/cache/CHANGELOG.md index db46a38..a74545c 100644 --- a/cache/CHANGELOG.md +++ b/cache/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `github.com/jesse0michael/pkg/cache` will be documented in this file by Release Please. +## [0.1.0](https://github.com/Jesse0Michael/pkg/compare/cache/v0.0.0...cache/v0.1.0) (2025-11-15) + + +### Features + +* sync changelogs ([5252169](https://github.com/Jesse0Michael/pkg/commit/52521696340ea3310e6dd49726fbb5207d8d5cc1)) + ## 0.0.0 ### Features diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 4e05774..5be37f8 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `github.com/jesse0michael/pkg/config` will be documented in this file by Release Please. +## [0.2.0](https://github.com/Jesse0Michael/pkg/compare/config/v0.1.0...config/v0.2.0) (2025-11-15) + + +### Features + +* sync changelogs ([5252169](https://github.com/Jesse0Michael/pkg/commit/52521696340ea3310e6dd49726fbb5207d8d5cc1)) + ## [0.1.0](https://github.com/Jesse0Michael/pkg/compare/config/v0.0.0...config/v0.1.0) (2025-11-14) ### Features diff --git a/http/CHANGELOG.md b/http/CHANGELOG.md index a0ba680..9f0f6fa 100644 --- a/http/CHANGELOG.md +++ b/http/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to `github.com/jesse0michael/pkg/http` will be documented in this file by Release Please. +## [0.1.0](https://github.com/Jesse0Michael/pkg/compare/http/v0.0.0...http/v0.1.0) (2025-11-15) + + +### Features + +* sync changelogs ([5252169](https://github.com/Jesse0Michael/pkg/commit/52521696340ea3310e6dd49726fbb5207d8d5cc1)) + + +### Bug Fixes + +* address test issues ([0545650](https://github.com/Jesse0Michael/pkg/commit/05456503c4bac7ac3053cd2f6166125a77f64dfd)) +* handle empty error response ([ea43cff](https://github.com/Jesse0Michael/pkg/commit/ea43cff44b084d15b7eca8f32ff65b987e75777e)) + ## 0.0.0 ### Features diff --git a/logger/CHANGELOG.md b/logger/CHANGELOG.md index 45802d3..76518b8 100644 --- a/logger/CHANGELOG.md +++ b/logger/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `github.com/jesse0michael/pkg/logger` will be documented in this file by Release Please. +## [0.1.0](https://github.com/Jesse0Michael/pkg/compare/logger/v0.0.0...logger/v0.1.0) (2025-11-15) + + +### Features + +* sync changelogs ([5252169](https://github.com/Jesse0Michael/pkg/commit/52521696340ea3310e6dd49726fbb5207d8d5cc1)) + ## 0.0.0 ### Features diff --git a/test/CHANGELOG.md b/test/CHANGELOG.md index e6f938c..63d1c84 100644 --- a/test/CHANGELOG.md +++ b/test/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `github.com/jesse0michael/pkg/test` will be documented in this file by Release Please. +## [0.1.0](https://github.com/Jesse0Michael/pkg/compare/test/v0.0.0...test/v0.1.0) (2025-11-15) + + +### Features + +* sync changelogs ([5252169](https://github.com/Jesse0Michael/pkg/commit/52521696340ea3310e6dd49726fbb5207d8d5cc1)) + ## 0.0.0 ### Features