Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Mar 28, 2018
1 parent a79166b commit 003b9b9
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.28.0 (2018-03-28)

* Add --upgrade option to plugin install. #150 (fujiwara)


## 0.27.1 (2018-03-15)

* Add <direct_url> help #151 (shibayu36)
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.27.1
VERSION = 0.28.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.28.0-1.v2) stable; urgency=low

* Add --upgrade option to plugin install. (by fujiwara)
<https://github.com/mackerelio/mkr/pull/150>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 28 Mar 2018 15:41:01 +0900

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

* Add <direct_url> help (by shibayu36)
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.28.0-1) stable; urgency=low

* Add --upgrade option to plugin install. (by fujiwara)
<https://github.com/mackerelio/mkr/pull/150>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 28 Mar 2018 15:41:01 +0900

mkr (0.27.1-1) stable; urgency=low

* Add <direct_url> help (by shibayu36)
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 Mar 28 2018 <mackerel-developers@hatena.ne.jp> - 0.28.0
- Add --upgrade option to plugin install. (by fujiwara)

* Thu Mar 15 2018 <mackerel-developers@hatena.ne.jp> - 0.27.1
- Add <direct_url> help (by shibayu36)

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 Mar 28 2018 <mackerel-developers@hatena.ne.jp> - 0.28.0
- Add --upgrade option to plugin install. (by fujiwara)

* Thu Mar 15 2018 <mackerel-developers@hatena.ne.jp> - 0.27.1
- Add <direct_url> help (by shibayu36)

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.27.1"
const version = "0.28.0"

var gitcommit string

0 comments on commit 003b9b9

Please sign in to comment.