From 474830d1f276f434bc698eaaed2a063f5cd56326 Mon Sep 17 00:00:00 2001 From: Jesse Michael Date: Sun, 10 May 2026 13:05:20 -0700 Subject: [PATCH] chore: release main --- .github/workflows/release-please-manifest.json | 4 ++-- boot/CHANGELOG.md | 7 +++++++ config/CHANGELOG.md | 7 +++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please-manifest.json b/.github/workflows/release-please-manifest.json index 4076260..24bb631 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.2.0", + "boot": "1.3.0", "cache": "0.4.0", - "config": "0.10.0", + "config": "0.11.0", "grpc": "1.6.0", "http": "0.7.1", "logger": "1.0.0", diff --git a/boot/CHANGELOG.md b/boot/CHANGELOG.md index 5809e21..8caa804 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.3.0](https://github.com/Jesse0Michael/pkg/compare/boot/v1.2.0...boot/v1.3.0) (2026-05-10) + + +### Features + +* config initializer ([199bb47](https://github.com/Jesse0Michael/pkg/commit/199bb47553994bca735468154381bf3afeb42034)) + ## [1.2.0](https://github.com/Jesse0Michael/pkg/compare/boot/v1.1.0...boot/v1.2.0) (2026-05-10) diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index fabb2d3..fa001d6 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.11.0](https://github.com/Jesse0Michael/pkg/compare/config/v0.10.0...config/v0.11.0) (2026-05-10) + + +### Features + +* config initializer ([199bb47](https://github.com/Jesse0Michael/pkg/commit/199bb47553994bca735468154381bf3afeb42034)) + ## [0.10.0](https://github.com/Jesse0Michael/pkg/compare/config/v0.9.0...config/v0.10.0) (2026-05-10)