From 162ed3060bf17f891a660c7e62afb27d701e0581 Mon Sep 17 00:00:00 2001 From: Jesse Michael Date: Mon, 27 Apr 2026 22:00:31 -0700 Subject: [PATCH] chore: release main --- .github/workflows/release-please-manifest.json | 4 ++-- data/CHANGELOG.md | 7 +++++++ http/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 c067f50..3e8eb4b 100644 --- a/.github/workflows/release-please-manifest.json +++ b/.github/workflows/release-please-manifest.json @@ -4,8 +4,8 @@ "cache": "0.4.0", "config": "0.7.0", "grpc": "1.6.0", - "http": "0.7.0", + "http": "0.7.1", "logger": "0.5.0", - "data": "1.1.0", + "data": "1.1.1", "test": "0.3.1" } diff --git a/data/CHANGELOG.md b/data/CHANGELOG.md index dd40c4b..d781199 100644 --- a/data/CHANGELOG.md +++ b/data/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/Jesse0Michael/pkg/compare/data/v1.1.0...data/v1.1.1) (2026-04-28) + + +### Bug Fixes + +* lazy ref ([db44312](https://github.com/Jesse0Michael/pkg/commit/db44312caec28bdc503042b462add5e01f1516ef)) + ## [1.1.0](https://github.com/Jesse0Michael/pkg/compare/data/v1.0.0...data/v1.1.0) (2026-04-25) diff --git a/http/CHANGELOG.md b/http/CHANGELOG.md index 80e8d49..b1eb177 100644 --- a/http/CHANGELOG.md +++ b/http/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `github.com/jesse0michael/pkg/http` will be documented in this file by Release Please. +## [0.7.1](https://github.com/Jesse0Michael/pkg/compare/http/v0.7.0...http/v0.7.1) (2026-04-28) + + +### Bug Fixes + +* update healthchecker ([0c9e793](https://github.com/Jesse0Michael/pkg/commit/0c9e793864d9d405de58029f20f5fe19696491b5)) + ## [0.7.0](https://github.com/Jesse0Michael/pkg/compare/http/v0.6.0...http/v0.7.0) (2026-04-26)