Skip to content

Commit

Permalink
Merge pull request #126 from mackerelio/bump-version-0.22.0
Browse files Browse the repository at this point in the history
Release version 0.22.0
  • Loading branch information
astj committed Oct 26, 2017
2 parents cb4c46d + 48e48ef commit db1b786
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.22.0 (2017-10-26)

* Release mkr plugin install #125 (shibayu36)
* Add metrics command #119 (edangelion)


## 0.21.0 (2017-10-04)

* Use new API BaseURL #116 (astj)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BIN = mkr
VERSION = 0.21.0
VERSION = 0.22.0
CURRENT_REVISION = $(shell git rev-parse --short HEAD)

all: clean cross lint gofmt test rpm deb
Expand Down
9 changes: 9 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
mkr (0.22.0-1.v2) stable; urgency=low

* Release mkr plugin install (by shibayu36)
<https://github.com/mackerelio/mkr/pull/125>
* Add metrics command (by edangelion)
<https://github.com/mackerelio/mkr/pull/119>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 26 Oct 2017 11:13:29 +0900

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

* Use new API BaseURL (by astj)
Expand Down
9 changes: 9 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
mkr (0.22.0-1) stable; urgency=low

* Release mkr plugin install (by shibayu36)
<https://github.com/mackerelio/mkr/pull/125>
* Add metrics command (by edangelion)
<https://github.com/mackerelio/mkr/pull/119>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 26 Oct 2017 11:13:29 +0900

mkr (0.21.0-1) stable; urgency=low

* Use new API BaseURL (by astj)
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions packaging/rpm/mkr-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Thu Oct 26 2017 <mackerel-developers@hatena.ne.jp> - 0.22.0
- Release mkr plugin install (by shibayu36)
- Add metrics command (by edangelion)

* Wed Oct 04 2017 <mackerel-developers@hatena.ne.jp> - 0.21.0
- Use new API BaseURL (by astj)

Expand Down
4 changes: 4 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Thu Oct 26 2017 <mackerel-developers@hatena.ne.jp> - 0.22.0
- Release mkr plugin install (by shibayu36)
- Add metrics command (by edangelion)

* Wed Oct 04 2017 <mackerel-developers@hatena.ne.jp> - 0.21.0
- Use new API BaseURL (by astj)

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

const version = "0.21.0"
const version = "0.22.0"

var gitcommit string

0 comments on commit db1b786

Please sign in to comment.