From 7bfdad9914ffb92416aad0fab8966e5aeda857ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 12:39:36 +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 e4950f6..3861f17 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.4 +VERSION=0.0.5 .PHONY: check lint From bf1421f8e4ae6282bfafaef101e3beb12697a729 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 12:39:37 +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 1423704..b7b03ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.0.5](https://github.com/monitoring-forge/flagrun/compare/v0.0.4...v0.0.5) - 2026-08-14 + +- feat: add AlwaysStdout option to output messages to stdout regardless of exit code by @kazeburo in https://github.com/monitoring-forge/flagrun/pull/10 + ## [v0.0.4](https://github.com/monitoring-forge/flagrun/compare/v0.0.3...v0.0.4) - 2026-08-14 - Feat/fix go mod version by @kazeburo in https://github.com/monitoring-forge/flagrun/pull/8