Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.0.9
VERSION=0.0.10

.PHONY: check lint

Expand Down