diff --git a/.github/workflows/release-please-manifest.json b/.github/workflows/release-please-manifest.json index 2cbd8d3..ee5d25f 100644 --- a/.github/workflows/release-please-manifest.json +++ b/.github/workflows/release-please-manifest.json @@ -1,8 +1,8 @@ { "auth": "0.6.0", - "boot": "1.0.0", + "boot": "1.1.0", "cache": "0.4.0", - "config": "0.8.0", + "config": "0.9.0", "grpc": "1.6.0", "http": "0.7.1", "logger": "1.0.0", diff --git a/boot/CHANGELOG.md b/boot/CHANGELOG.md index b59f800..b611ede 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. +## [1.1.0](https://github.com/Jesse0Michael/pkg/compare/boot/v1.0.0...boot/v1.1.0) (2026-05-09) + + +### Features + +* process config by attributes, use boot options ([420ba96](https://github.com/Jesse0Michael/pkg/commit/420ba965c2357bad66f8063749f3f04a2c5691a3)) + ## [1.0.0](https://github.com/Jesse0Michael/pkg/compare/boot/v0.7.0...boot/v1.0.0) (2026-05-09) diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 2b31655..c12fdcf 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.9.0](https://github.com/Jesse0Michael/pkg/compare/config/v0.8.0...config/v0.9.0) (2026-05-09) + + +### Features + +* process config by attributes, use boot options ([420ba96](https://github.com/Jesse0Michael/pkg/commit/420ba965c2357bad66f8063749f3f04a2c5691a3)) + ## [0.8.0](https://github.com/Jesse0Michael/pkg/compare/config/v0.7.0...config/v0.8.0) (2026-05-09)