From 14d7d7ee282c7c333f4bf8b5bd43b264943ea8cd Mon Sep 17 00:00:00 2001 From: Jesse Michael Date: Fri, 13 Feb 2026 00:04:34 -0700 Subject: [PATCH] chore: release main --- .github/workflows/release-please-manifest.json | 14 +++++++------- auth/CHANGELOG.md | 13 +++++++++++++ boot/CHANGELOG.md | 7 +++++++ cache/CHANGELOG.md | 7 +++++++ config/CHANGELOG.md | 7 +++++++ grpc/CHANGELOG.md | 13 +++++++++++++ http/CHANGELOG.md | 12 ++++++++++++ logger/CHANGELOG.md | 7 +++++++ 8 files changed, 73 insertions(+), 7 deletions(-) create mode 100644 grpc/CHANGELOG.md diff --git a/.github/workflows/release-please-manifest.json b/.github/workflows/release-please-manifest.json index 8b28219..5f4f767 100644 --- a/.github/workflows/release-please-manifest.json +++ b/.github/workflows/release-please-manifest.json @@ -1,10 +1,10 @@ { - "auth": "0.1.0", - "boot": "0.1.0", - "cache": "0.1.0", - "config": "0.2.0", - "grpc": "0.0.0", - "http": "0.1.0", - "logger": "0.1.0", + "auth": "0.2.0", + "boot": "0.1.1", + "cache": "0.1.1", + "config": "0.2.1", + "grpc": "1.0.0", + "http": "0.2.0", + "logger": "0.1.1", "test": "0.1.0" } diff --git a/auth/CHANGELOG.md b/auth/CHANGELOG.md index 268ffd8..9a1efb0 100644 --- a/auth/CHANGELOG.md +++ b/auth/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to `github.com/jesse0michael/pkg/auth` will be documented in this file by Release Please. +## [0.2.0](https://github.com/Jesse0Michael/pkg/compare/auth/v0.1.0...auth/v0.2.0) (2026-02-13) + + +### Features + +* add generate token options ([71122ea](https://github.com/Jesse0Michael/pkg/commit/71122ead6a7364f278d0c8e17d4a5309ad197295)) +* auth claims ([f37a63c](https://github.com/Jesse0Michael/pkg/commit/f37a63ce12bfcd66c11ba3fbc23f50b79e8f289a)) + + +### Bug Fixes + +* auth jti method ([1e21ccf](https://github.com/Jesse0Michael/pkg/commit/1e21ccf554d0b9eff14ceec29bf62ee13d26df40)) + ## [0.1.0](https://github.com/Jesse0Michael/pkg/compare/auth/v0.0.0...auth/v0.1.0) (2025-11-15) diff --git a/boot/CHANGELOG.md b/boot/CHANGELOG.md index 81e3780..9023051 100644 --- a/boot/CHANGELOG.md +++ b/boot/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `github.com/jesse0michael/pkg/boot` will be documented in this file by Release Please. +## [0.1.1](https://github.com/Jesse0Michael/pkg/compare/boot/v0.1.0...boot/v0.1.1) (2026-02-13) + + +### Bug Fixes + +* make tidy ([94dc3b9](https://github.com/Jesse0Michael/pkg/commit/94dc3b94503d4ab715c363008eba9e79036830c6)) + ## [0.1.0](https://github.com/Jesse0Michael/pkg/compare/boot/v0.0.0...boot/v0.1.0) (2025-11-15) diff --git a/cache/CHANGELOG.md b/cache/CHANGELOG.md index a74545c..e73f80a 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.1](https://github.com/Jesse0Michael/pkg/compare/cache/v0.1.0...cache/v0.1.1) (2026-02-13) + + +### Bug Fixes + +* make tidy ([94dc3b9](https://github.com/Jesse0Michael/pkg/commit/94dc3b94503d4ab715c363008eba9e79036830c6)) + ## [0.1.0](https://github.com/Jesse0Michael/pkg/compare/cache/v0.0.0...cache/v0.1.0) (2025-11-15) diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 5be37f8..1fdef02 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.1](https://github.com/Jesse0Michael/pkg/compare/config/v0.2.0...config/v0.2.1) (2026-02-13) + + +### Bug Fixes + +* make tidy ([94dc3b9](https://github.com/Jesse0Michael/pkg/commit/94dc3b94503d4ab715c363008eba9e79036830c6)) + ## [0.2.0](https://github.com/Jesse0Michael/pkg/compare/config/v0.1.0...config/v0.2.0) (2025-11-15) diff --git a/grpc/CHANGELOG.md b/grpc/CHANGELOG.md new file mode 100644 index 0000000..e96bf15 --- /dev/null +++ b/grpc/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 1.0.0 (2026-02-13) + + +### Features + +* add grpc package ([87f9454](https://github.com/Jesse0Michael/pkg/commit/87f945444b7125314908a491b67cfc1567ede407)) + + +### Bug Fixes + +* make tidy ([94dc3b9](https://github.com/Jesse0Michael/pkg/commit/94dc3b94503d4ab715c363008eba9e79036830c6)) diff --git a/http/CHANGELOG.md b/http/CHANGELOG.md index 9f0f6fa..5d47e43 100644 --- a/http/CHANGELOG.md +++ b/http/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `github.com/jesse0michael/pkg/http` will be documented in this file by Release Please. +## [0.2.0](https://github.com/Jesse0Michael/pkg/compare/http/v0.1.0...http/v0.2.0) (2026-02-13) + + +### Features + +* auth claims ([f37a63c](https://github.com/Jesse0Michael/pkg/commit/f37a63ce12bfcd66c11ba3fbc23f50b79e8f289a)) + + +### Bug Fixes + +* make tidy ([94dc3b9](https://github.com/Jesse0Michael/pkg/commit/94dc3b94503d4ab715c363008eba9e79036830c6)) + ## [0.1.0](https://github.com/Jesse0Michael/pkg/compare/http/v0.0.0...http/v0.1.0) (2025-11-15) diff --git a/logger/CHANGELOG.md b/logger/CHANGELOG.md index 76518b8..ad38b94 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.1](https://github.com/Jesse0Michael/pkg/compare/logger/v0.1.0...logger/v0.1.1) (2026-02-13) + + +### Bug Fixes + +* make tidy ([94dc3b9](https://github.com/Jesse0Michael/pkg/commit/94dc3b94503d4ab715c363008eba9e79036830c6)) + ## [0.1.0](https://github.com/Jesse0Michael/pkg/compare/logger/v0.0.0...logger/v0.1.0) (2025-11-15)