From 08ff8d01721aad383dece824fc57275fa8d89134 Mon Sep 17 00:00:00 2001 From: Jesse Michael Date: Sun, 10 May 2026 12:16:18 -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 ee5d25f..4076260 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.1.0", + "boot": "1.2.0", "cache": "0.4.0", - "config": "0.9.0", + "config": "0.10.0", "grpc": "1.6.0", "http": "0.7.1", "logger": "1.0.0", diff --git a/boot/CHANGELOG.md b/boot/CHANGELOG.md index b611ede..5809e21 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.2.0](https://github.com/Jesse0Michael/pkg/compare/boot/v1.1.0...boot/v1.2.0) (2026-05-10) + + +### Features + +* support cli args in config ([46606a3](https://github.com/Jesse0Michael/pkg/commit/46606a33fe6442d2a5e066e186cbac7adc6b3f37)) + ## [1.1.0](https://github.com/Jesse0Michael/pkg/compare/boot/v1.0.0...boot/v1.1.0) (2026-05-09) diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index c12fdcf..fabb2d3 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.10.0](https://github.com/Jesse0Michael/pkg/compare/config/v0.9.0...config/v0.10.0) (2026-05-10) + + +### Features + +* support cli args in config ([46606a3](https://github.com/Jesse0Michael/pkg/commit/46606a33fe6442d2a5e066e186cbac7adc6b3f37)) + ## [0.9.0](https://github.com/Jesse0Michael/pkg/compare/config/v0.8.0...config/v0.9.0) (2026-05-09)