Skip to content

Commit 9a11edf

Browse files
committed
update changelogs
1 parent 5828d7e commit 9a11edf

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

CHANGELOG.md

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

3+
## 0.2.1 (2015-11-25)
4+
5+
* Fix bugs of check-log #35 (Songmu)
6+
* [check-log] add --no-state option #36 (Songmu)
7+
8+
39
## 0.2.0 (2015-11-20)
410

511
* [check-procs] support `--critical-over=0` and `--warn-over=0` #31 (Songmu)

packaging/deb/debian/changelog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
mackerel-check-plugins (0.2.1-1) stable; urgency=low
2+
3+
* Fix bugs of check-log (by Songmu)
4+
<https://github.com/mackerelio/go-check-plugins/pull/35>
5+
* [check-log] add --no-state option (by Songmu)
6+
<https://github.com/mackerelio/go-check-plugins/pull/36>
7+
8+
-- Songmu <[email protected]> Wed, 25 Nov 2015 10:59:53 +0900
9+
110
mackerel-check-plugins (0.2.0-1) stable; urgency=low
211

312
* [check-procs] support `--critical-over=0` and `--warn-over=0` (by Songmu)

packaging/rpm/mackerel-check-plugins.spec

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ done
3737
%{__targetdir}
3838

3939
%changelog
40+
* Wed Nov 25 2015 <[email protected]> - 0.2.1
41+
- Fix bugs of check-log (by Songmu)
42+
- [check-log] add --no-state option (by Songmu)
43+
4044
* Fri Nov 20 2015 <[email protected]> - 0.2.0
4145
- [check-procs] support `--critical-over=0` and `--warn-over=0` (by Songmu)
4246
- add check-tcp (by Songmu)

0 commit comments

Comments
 (0)