File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.51.0 (2023-05-31)
4+
5+ * Bump github.com/mackerelio/mackerel-client-go from 0.25.0 to 0.26.0 #568 (dependabot[ bot] )
6+
7+
38## 0.50.0 (2023-05-17)
49
510* update macos,windows Actions Runner Image. #566 (yseto)
Original file line number Diff line number Diff line change 11BIN := mkr
2- VERSION := 0.50 .0
2+ VERSION := 0.51 .0
33CURRENT_REVISION := $(shell git rev-parse --short HEAD)
44BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION ) "
55
Original file line number Diff line number Diff line change 1+ mkr (0.51.0-1.v2) stable; urgency=low
2+
3+ * Bump github.com/mackerelio/mackerel-client-go from 0.25.0 to 0.26.0 (by dependabot[bot])
4+ <https://github.com/mackerelio/mkr/pull/568>
5+
6+ -- mackerel <mackerel-developers@hatena.ne.jp> Wed, 31 May 2023 02:45:20 +0000
7+
18mkr (0.50.0-1.v2) stable; urgency=low
29
310 * update macos,windows Actions Runner Image. (by yseto)
File renamed without changes.
Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ rm -f %{buildroot}%{_bindir}/%{name}
3535%{_bindir }/%{name }
3636
3737%changelog
38+ * Wed May 31 2023 <mackerel-developers@hatena.ne.jp> - 0.51.0
39+ - Bump github.com/mackerelio/mackerel-client-go from 0.25.0 to 0.26.0 (by dependabot[bot])
40+
3841* Wed May 17 2023 <mackerel-developers@hatena.ne.jp> - 0.50.0
3942- update macos,windows Actions Runner Image. (by yseto)
4043- Add metric-names subcommand. (by fujiwara)
Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ rm -f %{buildroot}%{_bindir}/${name}
4141%{_localbindir }/%{name }
4242
4343%changelog
44+ * Wed May 31 2023 <mackerel-developers@hatena.ne.jp> - 0.51.0
45+ - Bump github.com/mackerelio/mackerel-client-go from 0.25.0 to 0.26.0 (by dependabot[bot])
46+
4447* Wed May 17 2023 <mackerel-developers@hatena.ne.jp> - 0.50.0
4548- update macos,windows Actions Runner Image. (by yseto)
4649- Add metric-names subcommand. (by fujiwara)
Original file line number Diff line number Diff line change 11package main
22
3- const version = "0.50 .0"
3+ const version = "0.51 .0"
44
55var gitcommit string
You can’t perform that action at this time.
0 commit comments