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

## [v0.0.20](https://github.com/monitoring-forge/mackerel-plugin-linux-process-status/compare/v0.0.19...v0.0.20) - 2026-08-16

- Makefile and go.mod: update flagrun dependency to v0.0.6; refactor er… by @kazeburo in https://github.com/monitoring-forge/mackerel-plugin-linux-process-status/pull/33
- Refactor error handling and message printing by @kazeburo in https://github.com/monitoring-forge/mackerel-plugin-linux-process-status/pull/35

## [v0.0.19](https://github.com/monitoring-forge/mackerel-plugin-linux-process-status/compare/v0.0.18...v0.0.19) - 2026-08-14

- Fix/use flagrun by @kazeburo in https://github.com/monitoring-forge/mackerel-plugin-linux-process-status/pull/31
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.19
VERSION=0.0.20
LDFLAGS=-ldflags "-w -s -X main.version=${VERSION}"
all: mackerel-plugin-linux-process-status

Expand Down