Skip to content

Commit

Permalink
Merge pull request #29 from mackerelio/bump-version-0.1.1
Browse files Browse the repository at this point in the history
Release version 0.1.1
  • Loading branch information
Songmu committed Nov 12, 2015
2 parents f996556 + 118b09b commit a1b64f9
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ deploy:
api_key:
secure: vmMQz+IjJ/LUa9SHAlLKyg4raSqkEBIRzqnjS1LK7ZjtcAROo6Pn0lUcC4qMZ96/VvNMdLyGndCOBXsdE2VBCY5goTI7uIW1oxbLM3qOMNQQldG1bOY34bjkiiDU15WLUsKKPEC2RdgwG1aAAsqcUDAeyRABYVBANSn9jylQnBC2b2mQMYUtVA1O9jl3Qg64Cy6MUUirE/SuKp/cnE3AakcQt54pNVsnM54bIyrbGhqThLj7p7uLJEm58oRWR7TTUSgmk/Rbj4aJSC4k5lzN9iL/Fr5AgnpEQQUg3ishE+5yqSW7f/PRqXC6ZI9p6XS7bhS8N178ImzouIsoKWltblsgUhfvE6ONyMpi1+RG+6Lp3HlpLuq0Pz/efEpcaSDg6lXDIvMBC2sA5pbPok6Yx4tJOSv8adWu9t0yGVJezYaqbN/071K9m3cM4YTQK4L39b2FxQ2ZrUhee8HZy5rDO8iqx2vgM+NXATz2L5Tjjzd4aqfIDX8R3PVImBci7se/wmamDUpOrcfSjrI2dzEQGBzBfIFIhCaCQSuEjpZqBKdcOztkn1uev7a0AAUeZ7my+uQNpAMO7/AapM7LLugmkLM06FgrHKWDPQP/T92MPyvmC04nNraetAVijVYLQnlK5+TdEMvkKHuY5afLp5mEzX+7jTSmjyaUNrbANs8bH/8=
file:
- "/home/travis/rpmbuild/RPMS/noarch/mackerel-check-plugins-0.1.0-1.noarch.rpm"
- "/home/travis/gopath/src/github.com/mackerelio/go-check-plugins/packaging/mackerel-check-plugins_0.1.0-1_all.deb"
- "/home/travis/rpmbuild/RPMS/noarch/mackerel-check-plugins-0.1.1-1.noarch.rpm"
- "/home/travis/gopath/src/github.com/mackerelio/go-check-plugins/packaging/mackerel-check-plugins_0.1.1-1_all.deb"
on:
repo: mackerelio/go-check-plugins
all_branches: true
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.1.1 (2015-11-12)

* check-procs for windows #24 (mechairoi)
* [bug] [check-log] fix large file handling #27 (matsuzj)


## 0.1.0 (2015-11-05)

* check-log #21 (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 @@
mackerel-check-plugins (0.1.1-1) stable; urgency=low

* check-procs for windows (by mechairoi)
<https://github.com/mackerelio/go-check-plugins/pull/24>
* [bug] [check-log] fix large file handling (by matsuzj)
<https://github.com/mackerelio/go-check-plugins/pull/27>

-- Songmu <y.songmu@gmail.com> Thu, 12 Nov 2015 12:28:18 +0900

mackerel-check-plugins (0.1.0-1) stable; urgency=low

* check-log (by Songmu)
Expand Down
6 changes: 5 additions & 1 deletion packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%define __targetdir /usr/local/bin

Name: mackerel-check-plugins
Version: 0.1.0
Version: 0.1.1
Release: 1
License: Commercial
Summary: macekrel.io check plugins
Expand Down Expand Up @@ -37,6 +37,10 @@ done
%{__targetdir}

%changelog
* Thu Nov 12 2015 <y.songmu@gmail.com> - 0.1.1
- check-procs for windows (by mechairoi)
- [bug] [check-log] fix large file handling (by matsuzj)

* Thu Nov 05 2015 <y.songmu@gmail.com> - 0.1.0
- check-log (by Songmu)
- Add check-log in the packages (by Songmu)
Expand Down

0 comments on commit a1b64f9

Please sign in to comment.