Skip to content

Commit

Permalink
Merge pull request #571 from mackerelio/bump-version-0.51.0
Browse files Browse the repository at this point in the history
Release version 0.51.0
  • Loading branch information
yohfee committed May 31, 2023
2 parents 5534d17 + b1c457e commit 63e0828
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 0.51.0 (2023-05-31)

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


## 0.50.0 (2023-05-17)

* update macos,windows Actions Runner Image. #566 (yseto)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
BIN := mkr
VERSION := 0.50.0
VERSION := 0.51.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

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

* Bump github.com/mackerelio/mackerel-client-go from 0.25.0 to 0.26.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/568>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 31 May 2023 02:45:20 +0000

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

* update macos,windows Actions Runner Image. (by yseto)
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions packaging/rpm/mkr-v2.spec
Expand Up @@ -35,6 +35,9 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Wed May 31 2023 <mackerel-developers@hatena.ne.jp> - 0.51.0
- Bump github.com/mackerelio/mackerel-client-go from 0.25.0 to 0.26.0 (by dependabot[bot])

* 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)
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/mkr.spec
Expand Up @@ -41,6 +41,9 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Wed May 31 2023 <mackerel-developers@hatena.ne.jp> - 0.51.0
- Bump github.com/mackerelio/mackerel-client-go from 0.25.0 to 0.26.0 (by dependabot[bot])

* 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)
Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,5 +1,5 @@
package main

const version = "0.50.0"
const version = "0.51.0"

var gitcommit string

0 comments on commit 63e0828

Please sign in to comment.