Skip to content

Commit

Permalink
Merge pull request #182 from mackerelio/bump-version-0.34.1
Browse files Browse the repository at this point in the history
Release version 0.34.1
  • Loading branch information
astj committed Nov 26, 2018
2 parents fa53987 + ca26e4c commit b37358e
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.34.1 (2018-11-26)

* avoid out of range exception in mkr alerts #181 (astj)


## 0.34.0 (2018-11-26)

* Fixed issue where nextID was not inherited #179 (yaminoma)
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.34.0
VERSION = 0.34.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.34.1-1.v2) stable; urgency=low

* avoid out of range exception in mkr alerts (by astj)
<https://github.com/mackerelio/mkr/pull/181>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 26 Nov 2018 16:10:16 +0900

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

* Fixed issue where nextID was not inherited (by yaminoma)
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.34.1-1) stable; urgency=low

* avoid out of range exception in mkr alerts (by astj)
<https://github.com/mackerelio/mkr/pull/181>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 26 Nov 2018 16:10:16 +0900

mkr (0.34.0-1) stable; urgency=low

* Fixed issue where nextID was not inherited (by yaminoma)
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
* Mon Nov 26 2018 <mackerel-developers@hatena.ne.jp> - 0.34.1
- avoid out of range exception in mkr alerts (by astj)

* 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)
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
* Mon Nov 26 2018 <mackerel-developers@hatena.ne.jp> - 0.34.1
- avoid out of range exception in mkr alerts (by astj)

* 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)
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.34.0"
const version = "0.34.1"

var gitcommit string

0 comments on commit b37358e

Please sign in to comment.