File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
lib/sensu-plugins-disk-checks Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 5.0.1] - 2019-12-10
8
9
### Changed
10
+ - Updated readme for compliance with proposed plugins style guide
9
11
- Updated sys-filesystem gem dependency from 1.1.7 to 1.3.2
10
12
11
13
### Added
@@ -210,7 +212,8 @@ https://mathias-kettner.de/checkmk_filesystems.html
210
212
### Added
211
213
- initial release
212
214
213
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.0...HEAD
215
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.1...HEAD
216
+ [ 5.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.0...5.0.1
214
217
[ 5.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/4.0.1...5.0.0
215
218
[ 4.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/4.0.0...4.0.1
216
219
[ 4.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/3.1.1...4.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsDiskChecks
2
2
module Version
3
3
MAJOR = 5
4
4
MINOR = 0
5
- PATCH = 0
5
+ PATCH = 1
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
8
8
end
You can’t perform that action at this time.
0 commit comments