Skip to content

Commit 05548b3

Browse files
authored
Merge pull request #567 from mackerelio/bump-version-0.50.0
Release version 0.50.0
2 parents ee2bd4a + bb33ee6 commit 05548b3

7 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.50.0 (2023-05-17)
4+
5+
* update macos,windows Actions Runner Image. #566 (yseto)
6+
* Add metric-names subcommand. #561 (fujiwara)
7+
8+
39
## 0.49.3 (2023-04-12)
410

511
* Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 #558 (dependabot[bot])

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BIN := mkr
2-
VERSION := 0.49.3
2+
VERSION := 0.50.0
33
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
44
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"
55

packaging/deb-v2/debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
mkr (0.50.0-1.v2) stable; urgency=low
2+
3+
* update macos,windows Actions Runner Image. (by yseto)
4+
<https://github.com/mackerelio/mkr/pull/566>
5+
* Add metric-names subcommand. (by fujiwara)
6+
<https://github.com/mackerelio/mkr/pull/561>
7+
8+
-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 17 May 2023 02:52:42 +0000
9+
110
mkr (0.49.3-1.v2) stable; urgency=low
211

312
* Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 (by dependabot[bot])

packaging/rpm/mkr-v2.spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ rm -f %{buildroot}%{_bindir}/%{name}
3535
%{_bindir}/%{name}
3636

3737
%changelog
38+
* Wed May 17 2023 <mackerel-developers@hatena.ne.jp> - 0.50.0
39+
- update macos,windows Actions Runner Image. (by yseto)
40+
- Add metric-names subcommand. (by fujiwara)
41+
3842
* Wed Apr 12 2023 <mackerel-developers@hatena.ne.jp> - 0.49.3
3943
- Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 (by dependabot[bot])
4044
- Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 (by dependabot[bot])

packaging/rpm/mkr.spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ rm -f %{buildroot}%{_bindir}/${name}
4141
%{_localbindir}/%{name}
4242

4343
%changelog
44+
* Wed May 17 2023 <mackerel-developers@hatena.ne.jp> - 0.50.0
45+
- update macos,windows Actions Runner Image. (by yseto)
46+
- Add metric-names subcommand. (by fujiwara)
47+
4448
* Wed Apr 12 2023 <mackerel-developers@hatena.ne.jp> - 0.49.3
4549
- Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 (by dependabot[bot])
4650
- Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 (by dependabot[bot])

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package main
22

3-
const version = "0.49.3"
3+
const version = "0.50.0"
44

55
var gitcommit string

0 commit comments

Comments
 (0)