Skip to content

Commit 5199c37

Browse files
committed
Merge pull request #57 from mackerelio/bump-version-0.3.1
Release version 0.3.1
2 parents 19a19e3 + 0d2b565 commit 5199c37

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ deploy:
2626
api_key:
2727
secure: vmMQz+IjJ/LUa9SHAlLKyg4raSqkEBIRzqnjS1LK7ZjtcAROo6Pn0lUcC4qMZ96/VvNMdLyGndCOBXsdE2VBCY5goTI7uIW1oxbLM3qOMNQQldG1bOY34bjkiiDU15WLUsKKPEC2RdgwG1aAAsqcUDAeyRABYVBANSn9jylQnBC2b2mQMYUtVA1O9jl3Qg64Cy6MUUirE/SuKp/cnE3AakcQt54pNVsnM54bIyrbGhqThLj7p7uLJEm58oRWR7TTUSgmk/Rbj4aJSC4k5lzN9iL/Fr5AgnpEQQUg3ishE+5yqSW7f/PRqXC6ZI9p6XS7bhS8N178ImzouIsoKWltblsgUhfvE6ONyMpi1+RG+6Lp3HlpLuq0Pz/efEpcaSDg6lXDIvMBC2sA5pbPok6Yx4tJOSv8adWu9t0yGVJezYaqbN/071K9m3cM4YTQK4L39b2FxQ2ZrUhee8HZy5rDO8iqx2vgM+NXATz2L5Tjjzd4aqfIDX8R3PVImBci7se/wmamDUpOrcfSjrI2dzEQGBzBfIFIhCaCQSuEjpZqBKdcOztkn1uev7a0AAUeZ7my+uQNpAMO7/AapM7LLugmkLM06FgrHKWDPQP/T92MPyvmC04nNraetAVijVYLQnlK5+TdEMvkKHuY5afLp5mEzX+7jTSmjyaUNrbANs8bH/8=
2828
file:
29-
- "/home/travis/rpmbuild/RPMS/noarch/mackerel-check-plugins-0.3.0-1.noarch.rpm"
30-
- "/home/travis/gopath/src/github.com/mackerelio/go-check-plugins/packaging/mackerel-check-plugins_0.3.0-1_all.deb"
29+
- "/home/travis/rpmbuild/RPMS/noarch/mackerel-check-plugins-0.3.1-1.noarch.rpm"
30+
- "/home/travis/gopath/src/github.com/mackerelio/go-check-plugins/packaging/mackerel-check-plugins_0.3.1-1_all.deb"
3131
on:
3232
repo: mackerelio/go-check-plugins
3333
all_branches: true

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.3.1 (2016-01-07)
4+
5+
* build with go1.5 #43 (Songmu)
6+
7+
38
## 0.3.0 (2016-01-06)
49

510
* add check-postgresql #47 (supercaracal)

packaging/deb/debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mackerel-check-plugins (0.3.1-1) stable; urgency=low
2+
3+
* build with go1.5 (by Songmu)
4+
<https://github.com/mackerelio/go-check-plugins/pull/43>
5+
6+
-- Songmu <[email protected]> Thu, 07 Jan 2016 12:52:43 +0900
7+
18
mackerel-check-plugins (0.3.0-1) stable; urgency=low
29

310
* add check-postgresql (by supercaracal)

packaging/rpm/mackerel-check-plugins.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%define __targetdir /usr/local/bin
44

55
Name: mackerel-check-plugins
6-
Version: 0.3.0
6+
Version: 0.3.1
77
Release: 1
88
License: Commercial
99
Summary: macekrel.io check plugins
@@ -37,6 +37,9 @@ done
3737
%{__targetdir}
3838

3939
%changelog
40+
* Thu Jan 07 2016 <[email protected]> - 0.3.1
41+
- build with go1.5 (by Songmu)
42+
4043
* Wed Jan 06 2016 <[email protected]> - 0.3.0
4144
- add check-postgresql (by supercaracal)
4245
- [check-ntpoffset] work on ntp 4.2.2 (by naokibtn)

0 commit comments

Comments
 (0)