Skip to content

Commit

Permalink
Merge pull request #103 from mackerelio/bump-version-0.16.1
Browse files Browse the repository at this point in the history
Release version 0.16.1
  • Loading branch information
Songmu committed Jun 7, 2017
2 parents 5922caf + 909508c commit 6fbe8cc
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.16.1 (2017-06-07)

* v2 packages #102 (Songmu)


## 0.16.0 (2017-05-09)

* Add services subcommand #97 (yuuki)
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.16.0
VERSION = 0.16.1
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.16.1-1.v2) stable; urgency=low

* v2 packages (by Songmu)
<https://github.com/mackerelio/mkr/pull/102>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 07 Jun 2017 12:38:14 +0900

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

* Add services subcommand (by yuuki)
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.16.1-1) stable; urgency=low

* v2 packages (by Songmu)
<https://github.com/mackerelio/mkr/pull/102>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 07 Jun 2017 12:38:14 +0900

mkr (0.16.0-1) stable; urgency=low

* Add services subcommand (by yuuki)
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,5 +36,8 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Wed Jun 07 2017 <mackerel-developers@hatena.ne.jp> - 0.16.1
- v2 packages (by Songmu)

* Tue May 09 2017 <mackerel-developers@hatena.ne.jp> - 0.16.0-1
- Add services subcommand (by yuuki)
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 Jun 07 2017 <mackerel-developers@hatena.ne.jp> - 0.16.1
- v2 packages (by Songmu)

* Tue May 09 2017 <mackerel-developers@hatena.ne.jp> - 0.16.0-1
- Add services subcommand (by yuuki)

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.16.0"
const version = "0.16.1"

var gitcommit string

0 comments on commit 6fbe8cc

Please sign in to comment.