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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.0.8](https://github.com/monitoring-forge/flagrun/compare/v0.0.7...v0.0.8) - 2026-08-19

- fix: handle nil message return in internalGo function and add tests f… by @kazeburo in https://github.com/monitoring-forge/flagrun/pull/16

## [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
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.7
VERSION=0.0.8

.PHONY: check lint

Expand Down