Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astj committed Aug 23, 2017
1 parent 9af66db commit 12e0c36
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.17.0 (2017-08-23)

* [dashboards] Add unit to expression graph #106 (edangelion)
* [dashboards] Add title param to expression graph #104 (edangelion)


## 0.16.1 (2017-06-07)

* v2 packages #102 (Songmu)
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.1
VERSION = 0.17.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.17.0-1.v2) stable; urgency=low

* [dashboards] Add unit to expression graph (by edangelion)
<https://github.com/mackerelio/mkr/pull/106>
* [dashboards] Add title param to expression graph (by edangelion)
<https://github.com/mackerelio/mkr/pull/104>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 23 Aug 2017 12:17:50 +0900

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

* v2 packages (by Songmu)
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.17.0-1) stable; urgency=low

* [dashboards] Add unit to expression graph (by edangelion)
<https://github.com/mackerelio/mkr/pull/106>
* [dashboards] Add title param to expression graph (by edangelion)
<https://github.com/mackerelio/mkr/pull/104>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 23 Aug 2017 12:17:50 +0900

mkr (0.16.1-1) stable; urgency=low

* v2 packages (by Songmu)
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 Aug 23 2017 <mackerel-developers@hatena.ne.jp> - 0.17.0
- [dashboards] Add unit to expression graph (by edangelion)
- [dashboards] Add title param to expression graph (by edangelion)

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

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 Aug 23 2017 <mackerel-developers@hatena.ne.jp> - 0.17.0
- [dashboards] Add unit to expression graph (by edangelion)
- [dashboards] Add title param to expression graph (by edangelion)

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

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.1"
const version = "0.17.0"

var gitcommit string

0 comments on commit 12e0c36

Please sign in to comment.