Skip to content

Commit

Permalink
Merge pull request #146 from mackerelio/bump-version-0.26.0
Browse files Browse the repository at this point in the history
Release version 0.26.0
  • Loading branch information
syou6162 committed Jan 23, 2018
2 parents 313f0e1 + 0b7bea1 commit 186511f
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.26.0 (2018-01-23)

* Fix copying plugin archives while installing a plugin on Windows #144 (itchyny)
* update rpm-v2 task for building Amazon Linux 2 package #143 (hayajo)


## 0.25.0 (2018-01-10)

* Add plugin document links #141 (shibayu36)
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.25.0
VERSION = 0.26.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.26.0-1.v2) stable; urgency=low

* Fix copying plugin archives while installing a plugin on Windows (by itchyny)
<https://github.com/mackerelio/mkr/pull/144>
* update rpm-v2 task for building Amazon Linux 2 package (by hayajo)
<https://github.com/mackerelio/mkr/pull/143>

-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 23 Jan 2018 11:26:49 +0900

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

* Add plugin document links (by shibayu36)
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.26.0-1) stable; urgency=low

* Fix copying plugin archives while installing a plugin on Windows (by itchyny)
<https://github.com/mackerelio/mkr/pull/144>
* update rpm-v2 task for building Amazon Linux 2 package (by hayajo)
<https://github.com/mackerelio/mkr/pull/143>

-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 23 Jan 2018 11:26:49 +0900

mkr (0.25.0-1) stable; urgency=low

* Add plugin document links (by shibayu36)
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
* Tue Jan 23 2018 <mackerel-developers@hatena.ne.jp> - 0.26.0
- Fix copying plugin archives while installing a plugin on Windows (by itchyny)
- update rpm-v2 task for building Amazon Linux 2 package (by hayajo)

* 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)
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
* Tue Jan 23 2018 <mackerel-developers@hatena.ne.jp> - 0.26.0
- Fix copying plugin archives while installing a plugin on Windows (by itchyny)
- update rpm-v2 task for building Amazon Linux 2 package (by hayajo)

* 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)
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.25.0"
const version = "0.26.0"

var gitcommit string

0 comments on commit 186511f

Please sign in to comment.