Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Sep 20, 2017
1 parent 756caec commit ac71309
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.19.0 (2017-09-20)

* Support fetch command to retrieve many hosts #112 (itchyny)
* Prefer apibase in mackerel-agent confFile #108 (astj)


## 0.18.0 (2017-09-12)

* add --customIdentifier option to mkr create #110 (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.18.0
VERSION = 0.19.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.19.0-1.v2) stable; urgency=low

* Support fetch command to retrieve many hosts (by itchyny)
<https://github.com/mackerelio/mkr/pull/112>
* Prefer apibase in mackerel-agent confFile (by astj)
<https://github.com/mackerelio/mkr/pull/108>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 20 Sep 2017 12:30:15 +0900

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

* add --customIdentifier option to mkr create (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.19.0-1) stable; urgency=low

* Support fetch command to retrieve many hosts (by itchyny)
<https://github.com/mackerelio/mkr/pull/112>
* Prefer apibase in mackerel-agent confFile (by astj)
<https://github.com/mackerelio/mkr/pull/108>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 20 Sep 2017 12:30:15 +0900

mkr (0.18.0-1) stable; urgency=low

* add --customIdentifier option to mkr create (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
* Wed Sep 20 2017 <mackerel-developers@hatena.ne.jp> - 0.19.0
- Support fetch command to retrieve many hosts (by itchyny)
- Prefer apibase in mackerel-agent confFile (by astj)

* Tue Sep 12 2017 <mackerel-developers@hatena.ne.jp> - 0.18.0
- add --customIdentifier option to mkr create (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
* Wed Sep 20 2017 <mackerel-developers@hatena.ne.jp> - 0.19.0
- Support fetch command to retrieve many hosts (by itchyny)
- Prefer apibase in mackerel-agent confFile (by astj)

* Tue Sep 12 2017 <mackerel-developers@hatena.ne.jp> - 0.18.0
- add --customIdentifier option to mkr create (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.18.0"
const version = "0.19.0"

var gitcommit string

0 comments on commit ac71309

Please sign in to comment.