Skip to content

Commit

Permalink
Merge pull request #567 from mackerelio/bump-version-0.50.0
Browse files Browse the repository at this point in the history
Release version 0.50.0
  • Loading branch information
inommm committed May 17, 2023
2 parents ee2bd4a + bb33ee6 commit 05548b3
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 0.50.0 (2023-05-17)

* update macos,windows Actions Runner Image. #566 (yseto)
* Add metric-names subcommand. #561 (fujiwara)


## 0.49.3 (2023-04-12)

* Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 #558 (dependabot[bot])
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
BIN := mkr
VERSION := 0.49.3
VERSION := 0.50.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

Expand Down
9 changes: 9 additions & 0 deletions packaging/deb-v2/debian/changelog
@@ -1,3 +1,12 @@
mkr (0.50.0-1.v2) stable; urgency=low

* update macos,windows Actions Runner Image. (by yseto)
<https://github.com/mackerelio/mkr/pull/566>
* Add metric-names subcommand. (by fujiwara)
<https://github.com/mackerelio/mkr/pull/561>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 17 May 2023 02:52:42 +0000

mkr (0.49.3-1.v2) stable; urgency=low

* Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 (by dependabot[bot])
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions packaging/rpm/mkr-v2.spec
Expand Up @@ -35,6 +35,10 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Wed May 17 2023 <mackerel-developers@hatena.ne.jp> - 0.50.0
- update macos,windows Actions Runner Image. (by yseto)
- Add metric-names subcommand. (by fujiwara)

* Wed Apr 12 2023 <mackerel-developers@hatena.ne.jp> - 0.49.3
- Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 (by dependabot[bot])
- Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 (by dependabot[bot])
Expand Down
4 changes: 4 additions & 0 deletions packaging/rpm/mkr.spec
Expand Up @@ -41,6 +41,10 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Wed May 17 2023 <mackerel-developers@hatena.ne.jp> - 0.50.0
- update macos,windows Actions Runner Image. (by yseto)
- Add metric-names subcommand. (by fujiwara)

* Wed Apr 12 2023 <mackerel-developers@hatena.ne.jp> - 0.49.3
- Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 (by dependabot[bot])
- Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 (by dependabot[bot])
Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,5 +1,5 @@
package main

const version = "0.49.3"
const version = "0.50.0"

var gitcommit string

0 comments on commit 05548b3

Please sign in to comment.