Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astj committed Jan 10, 2018
1 parent 19f4506 commit 3107cb0
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.25.0 (2018-01-10)

* Add plugin document links #141 (shibayu36)
* introduce goxz and adjust deps #139 (Songmu)
* add appveyor.yml and adjust tests for windows #140 (Songmu)
* Define plugin default installation path in windows environment #138 (Songmu)


## 0.24.1 (2017-12-13)

* Rebuild to avoid panic when action of check-plugin was not specified #136 (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.24.1
VERSION = 0.25.0
CURRENT_REVISION = $(shell git rev-parse --short HEAD)

all: clean cross lint gofmt test rpm deb
Expand Down
13 changes: 13 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
mkr (0.25.0-1.v2) stable; urgency=low

* Add plugin document links (by shibayu36)
<https://github.com/mackerelio/mkr/pull/141>
* introduce goxz and adjust deps (by Songmu)
<https://github.com/mackerelio/mkr/pull/139>
* add appveyor.yml and adjust tests for windows (by Songmu)
<https://github.com/mackerelio/mkr/pull/140>
* Define plugin default installation path in windows environment (by Songmu)
<https://github.com/mackerelio/mkr/pull/138>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 10 Jan 2018 16:19:07 +0900

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

* Rebuild to avoid panic when action of check-plugin was not specified (by astj)
Expand Down
13 changes: 13 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
mkr (0.25.0-1) stable; urgency=low

* Add plugin document links (by shibayu36)
<https://github.com/mackerelio/mkr/pull/141>
* introduce goxz and adjust deps (by Songmu)
<https://github.com/mackerelio/mkr/pull/139>
* add appveyor.yml and adjust tests for windows (by Songmu)
<https://github.com/mackerelio/mkr/pull/140>
* Define plugin default installation path in windows environment (by Songmu)
<https://github.com/mackerelio/mkr/pull/138>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 10 Jan 2018 16:19:07 +0900

mkr (0.24.1-1) stable; urgency=low

* Rebuild to avoid panic when action of check-plugin was not specified (by astj)
Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions packaging/rpm/mkr-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Wed Jan 10 2018 <mackerel-developers@hatena.ne.jp> - 0.25.0
- Add plugin document links (by shibayu36)
- introduce goxz and adjust deps (by Songmu)
- add appveyor.yml and adjust tests for windows (by Songmu)
- Define plugin default installation path in windows environment (by Songmu)

* Wed Dec 13 2017 <mackerel-developers@hatena.ne.jp> - 0.24.1
- Rebuild to avoid panic when action of check-plugin was not specified (by astj)

Expand Down
6 changes: 6 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Wed Jan 10 2018 <mackerel-developers@hatena.ne.jp> - 0.25.0
- Add plugin document links (by shibayu36)
- introduce goxz and adjust deps (by Songmu)
- add appveyor.yml and adjust tests for windows (by Songmu)
- Define plugin default installation path in windows environment (by Songmu)

* Wed Dec 13 2017 <mackerel-developers@hatena.ne.jp> - 0.24.1
- Rebuild to avoid panic when action of check-plugin was not specified (by astj)

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.24.1"
const version = "0.25.0"

var gitcommit string

0 comments on commit 3107cb0

Please sign in to comment.