Skip to content

Commit a1b64f9

Browse files
committed
Merge pull request #29 from mackerelio/bump-version-0.1.1
Release version 0.1.1
2 parents f996556 + 118b09b commit a1b64f9

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ deploy:
2121
api_key:
2222
secure: vmMQz+IjJ/LUa9SHAlLKyg4raSqkEBIRzqnjS1LK7ZjtcAROo6Pn0lUcC4qMZ96/VvNMdLyGndCOBXsdE2VBCY5goTI7uIW1oxbLM3qOMNQQldG1bOY34bjkiiDU15WLUsKKPEC2RdgwG1aAAsqcUDAeyRABYVBANSn9jylQnBC2b2mQMYUtVA1O9jl3Qg64Cy6MUUirE/SuKp/cnE3AakcQt54pNVsnM54bIyrbGhqThLj7p7uLJEm58oRWR7TTUSgmk/Rbj4aJSC4k5lzN9iL/Fr5AgnpEQQUg3ishE+5yqSW7f/PRqXC6ZI9p6XS7bhS8N178ImzouIsoKWltblsgUhfvE6ONyMpi1+RG+6Lp3HlpLuq0Pz/efEpcaSDg6lXDIvMBC2sA5pbPok6Yx4tJOSv8adWu9t0yGVJezYaqbN/071K9m3cM4YTQK4L39b2FxQ2ZrUhee8HZy5rDO8iqx2vgM+NXATz2L5Tjjzd4aqfIDX8R3PVImBci7se/wmamDUpOrcfSjrI2dzEQGBzBfIFIhCaCQSuEjpZqBKdcOztkn1uev7a0AAUeZ7my+uQNpAMO7/AapM7LLugmkLM06FgrHKWDPQP/T92MPyvmC04nNraetAVijVYLQnlK5+TdEMvkKHuY5afLp5mEzX+7jTSmjyaUNrbANs8bH/8=
2323
file:
24-
- "/home/travis/rpmbuild/RPMS/noarch/mackerel-check-plugins-0.1.0-1.noarch.rpm"
25-
- "/home/travis/gopath/src/github.com/mackerelio/go-check-plugins/packaging/mackerel-check-plugins_0.1.0-1_all.deb"
24+
- "/home/travis/rpmbuild/RPMS/noarch/mackerel-check-plugins-0.1.1-1.noarch.rpm"
25+
- "/home/travis/gopath/src/github.com/mackerelio/go-check-plugins/packaging/mackerel-check-plugins_0.1.1-1_all.deb"
2626
on:
2727
repo: mackerelio/go-check-plugins
2828
all_branches: true

CHANGELOG.md

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

3+
## 0.1.1 (2015-11-12)
4+
5+
* check-procs for windows #24 (mechairoi)
6+
* [bug] [check-log] fix large file handling #27 (matsuzj)
7+
8+
39
## 0.1.0 (2015-11-05)
410

511
* check-log #21 (Songmu)

packaging/deb/debian/changelog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
mackerel-check-plugins (0.1.1-1) stable; urgency=low
2+
3+
* check-procs for windows (by mechairoi)
4+
<https://github.com/mackerelio/go-check-plugins/pull/24>
5+
* [bug] [check-log] fix large file handling (by matsuzj)
6+
<https://github.com/mackerelio/go-check-plugins/pull/27>
7+
8+
-- Songmu <[email protected]> Thu, 12 Nov 2015 12:28:18 +0900
9+
110
mackerel-check-plugins (0.1.0-1) stable; urgency=low
211

312
* check-log (by Songmu)

packaging/rpm/mackerel-check-plugins.spec

+5-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.1.0
6+
Version: 0.1.1
77
Release: 1
88
License: Commercial
99
Summary: macekrel.io check plugins
@@ -37,6 +37,10 @@ done
3737
%{__targetdir}
3838

3939
%changelog
40+
* Thu Nov 12 2015 <[email protected]> - 0.1.1
41+
- check-procs for windows (by mechairoi)
42+
- [bug] [check-log] fix large file handling (by matsuzj)
43+
4044
* Thu Nov 05 2015 <[email protected]> - 0.1.0
4145
- check-log (by Songmu)
4246
- Add check-log in the packages (by Songmu)

0 commit comments

Comments
 (0)