From 42f89827f7c64835b7ebf424c3b54c16c62f80aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 03:32:06 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8792784..743b33a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.6 +VERSION=0.0.7 .PHONY: check lint From c1825754ec25cd960338e9d42fcc0e1807bfb71e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 03:32:07 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ecf0f..1416044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.0.7](https://github.com/monitoring-forge/flagrun/compare/v0.0.6...v0.0.7) - 2026-08-16 + +- Feat/check and ship by @kazeburo in https://github.com/monitoring-forge/flagrun/pull/14 + ## [v0.0.6](https://github.com/monitoring-forge/flagrun/compare/v0.0.5...v0.0.6) - 2026-08-15 - feat: add Checker and Shipper interfaces, update README, and implement tests by @kazeburo in https://github.com/monitoring-forge/flagrun/pull/12