Skip to content

Commit

Permalink
Merge pull request #38 from mackerelio/bump-version-0.8.1
Browse files Browse the repository at this point in the history
Release version 0.8.1
  • Loading branch information
Songmu committed Jan 7, 2016
2 parents af7952c + 78597a4 commit 4fc619c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ deploy:
api_key:
secure: Rzt3UJJnYi51r53yVpvg+5McqPEV+qLig6VPW+2V9hrSzd+25bJtoOesuWdKneHeeEkTivTzH3SillWdEDFlQdr+HBh/Th3n0M9GHKYMtI+b9z5BeqZWqJ8lSCICdTRmOwarUWSIV33JwgQ3og/bxVEGTRmqMpYMrPHWSBWGGeQ=
file:
- "/home/travis/rpmbuild/RPMS/noarch/mkr-0.8.0-1.noarch.rpm"
- "/home/travis/gopath/src/github.com/mackerelio/mkr/packaging/mkr_0.8.0-1_all.deb"
- "/home/travis/rpmbuild/RPMS/noarch/mkr-0.8.1-1.noarch.rpm"
- "/home/travis/gopath/src/github.com/mackerelio/mkr/packaging/mkr_0.8.1-1_all.deb"
- "/home/travis/gopath/src/github.com/mackerelio/mkr/snapshot/mkr_linux_amd64"
- "/home/travis/gopath/src/github.com/mackerelio/mkr/snapshot/mkr_linux_386"
- "/home/travis/gopath/src/github.com/mackerelio/mkr/snapshot/mkr_darwin_amd64"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.8.1 (2016-01-07)

* fix handling host-status option #37 (stanaka)


## 0.8.0 (2016-01-06)

* support alerts subcommand #31 (stanaka)
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mkr (0.8.1-1) stable; urgency=low

* fix handling host-status option (by stanaka)
<https://github.com/mackerelio/mkr/pull/37>

-- Songmu <y.songmu@gmail.com> Thu, 07 Jan 2016 18:48:54 +0900

mkr (0.8.0-1) stable; urgency=low

* support alerts subcommand (by stanaka)
Expand Down
5 changes: 4 additions & 1 deletion packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%define _localbindir /usr/local/bin

Name: mkr
Version: 0.8.0
Version: 0.8.1
Release: 1
License: Apache-2.0
Summary: macekrel.io api client tool
Expand Down Expand Up @@ -42,6 +42,9 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Thu Jan 07 2016 <y.songmu@gmail.com> - 0.8.1-1
- fix handling host-status option (by stanaka)

* Wed Jan 06 2016 <y.songmu@gmail.com> - 0.8.0-1
- support alerts subcommand (by stanaka)
- Fix README example about mkr throw (by yuuki1)
Expand Down

0 comments on commit 4fc619c

Please sign in to comment.