From a7daf75278be8381629b6e554767b958fc0d28a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 13:43:18 +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 67dc7c0..ac05bf9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.9 +VERSION=0.0.10 .PHONY: check lint From e0e9ca2df8ade475785c25c53c1dfe52b099d8e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 13:43:19 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d26f3e4..ca13895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.0.10](https://github.com/monitoring-forge/flagrun/compare/v0.0.9...v0.0.10) - 2026-09-10 + +- go: bump golang.org/x/sys from 0.47.0 to 0.48.0 in the dependencies group by @dependabot[bot] in https://github.com/monitoring-forge/flagrun/pull/26 +- ci: bump Songmu/tagpr from 1.20.2 to 1.20.3 in the dependencies group by @dependabot[bot] in https://github.com/monitoring-forge/flagrun/pull/27 +- feat: add Usage option for custom help message in Flagrun by @kazeburo in https://github.com/monitoring-forge/flagrun/pull/28 + ## [v0.0.9](https://github.com/monitoring-forge/flagrun/compare/v0.0.8...v0.0.9) - 2026-09-06 - Sync files with `monitoring-forge/github-common` by @monitoring-forge-files-sync-action[bot] in https://github.com/monitoring-forge/flagrun/pull/20