Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayu36 committed Oct 4, 2017
1 parent c7edb97 commit e9d1333
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.21.0 (2017-10-04)

* Use new API BaseURL #116 (astj)


## 0.20.0 (2017-09-27)

* build with Go 1.9 #114 (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.20.0
VERSION = 0.21.0
CURRENT_REVISION = $(shell git rev-parse --short HEAD)

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

* Use new API BaseURL (by astj)
<https://github.com/mackerelio/mkr/pull/116>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 04 Oct 2017 11:37:20 +0900

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

* build with Go 1.9 (by astj)
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mkr (0.21.0-1) stable; urgency=low

* Use new API BaseURL (by astj)
<https://github.com/mackerelio/mkr/pull/116>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 04 Oct 2017 11:37:20 +0900

mkr (0.20.0-1) stable; urgency=low

* build with Go 1.9 (by astj)
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions packaging/rpm/mkr-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

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

* Wed Sep 27 2017 <mackerel-developers@hatena.ne.jp> - 0.20.0
- build with Go 1.9 (by astj)

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

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

* Wed Sep 27 2017 <mackerel-developers@hatena.ne.jp> - 0.20.0
- build with Go 1.9 (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.20.0"
const version = "0.21.0"

var gitcommit string

0 comments on commit e9d1333

Please sign in to comment.