Skip to content

Commit

Permalink
Merge pull request #180 from mackerelio/bump-version-0.34.0
Browse files Browse the repository at this point in the history
Release version 0.34.0
  • Loading branch information
astj committed Nov 26, 2018
2 parents 0d4c18b + a1c670c commit bad9de5
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.34.0 (2018-11-26)

* Fixed issue where nextID was not inherited #179 (yaminoma)
* Implemented according to new specification of Alerts API. #178 (yaminoma)


## 0.33.0 (2018-11-12)

* Follow https://github.com/mholt/archiver's change #175 (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.33.0
VERSION = 0.34.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.34.0-1.v2) stable; urgency=low

* Fixed issue where nextID was not inherited (by yaminoma)
<https://github.com/mackerelio/mkr/pull/179>
* Implemented according to new specification of Alerts API. (by yaminoma)
<https://github.com/mackerelio/mkr/pull/178>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 26 Nov 2018 15:23:24 +0900

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

* Follow https://github.com/mholt/archiver's change (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.34.0-1) stable; urgency=low

* Fixed issue where nextID was not inherited (by yaminoma)
<https://github.com/mackerelio/mkr/pull/179>
* Implemented according to new specification of Alerts API. (by yaminoma)
<https://github.com/mackerelio/mkr/pull/178>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 26 Nov 2018 15:23:24 +0900

mkr (0.33.0-1) stable; urgency=low

* Follow https://github.com/mholt/archiver's change (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
* Mon Nov 26 2018 <mackerel-developers@hatena.ne.jp> - 0.34.0
- Fixed issue where nextID was not inherited (by yaminoma)
- Implemented according to new specification of Alerts API. (by yaminoma)

* Mon Nov 12 2018 <mackerel-developers@hatena.ne.jp> - 0.33.0
- Follow https://github.com/mholt/archiver's change (by astj)
- update subcommand should keep the interface infromation (by itchyny)
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
* Mon Nov 26 2018 <mackerel-developers@hatena.ne.jp> - 0.34.0
- Fixed issue where nextID was not inherited (by yaminoma)
- Implemented according to new specification of Alerts API. (by yaminoma)

* Mon Nov 12 2018 <mackerel-developers@hatena.ne.jp> - 0.33.0
- Follow https://github.com/mholt/archiver's change (by astj)
- update subcommand should keep the interface infromation (by itchyny)
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.33.0"
const version = "0.34.0"

var gitcommit string

0 comments on commit bad9de5

Please sign in to comment.