diff --git a/CHANGELOG.md b/CHANGELOG.md index b95277f..7aa369c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.1.3](https://github.com/monitoring-forge/mackerel-plugin-linux-usage/compare/v0.1.2...v0.1.3) - 2026-08-03 + +- add lint and fix some issue by @kazeburo in https://github.com/monitoring-forge/mackerel-plugin-linux-usage/pull/11 +- Sync files with `monitoring-forge/github-common` by @monitoring-forge-files-sync-action[bot] in https://github.com/monitoring-forge/mackerel-plugin-linux-usage/pull/13 + ## [v0.1.2](https://github.com/monitoring-forge/mackerel-plugin-linux-usage/compare/v0.1.1...v0.1.2) - 2026-07-26 - use max by @kazeburo in https://github.com/monitoring-forge/mackerel-plugin-linux-usage/pull/8 diff --git a/Makefile b/Makefile index 1af928d..f7e3ce9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.1.2 +VERSION=0.1.3 GITCOMMIT?=$(shell git describe --dirty --always) LDFLAGS=-ldflags "-w -s -X main.version=${VERSION} -X main.commit=${GITCOMMIT}" all: mackerel-plugin-linux-usage