Skip to content

Commit 0bd8703

Browse files
author
Jef Spaleta
authored
Merge pull request #142 from sensu-plugins/5.0.1-prep
prepare for 5.0.1 release
2 parents 241ce0f + da3d5d8 commit 0bd8703

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66
## [Unreleased]
77

8+
## [5.0.1] - 2019-12-10
89
### Changed
10+
- Updated readme for compliance with proposed plugins style guide
911
- Updated sys-filesystem gem dependency from 1.1.7 to 1.3.2
1012

1113
### Added
@@ -210,7 +212,8 @@ https://mathias-kettner.de/checkmk_filesystems.html
210212
### Added
211213
- initial release
212214

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
214217
[5.0.0]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/4.0.1...5.0.0
215218
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/4.0.0...4.0.1
216219
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/3.1.1...4.0.0

lib/sensu-plugins-disk-checks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SensuPluginsDiskChecks
22
module Version
33
MAJOR = 5
44
MINOR = 0
5-
PATCH = 0
5+
PATCH = 1
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
88
end

0 commit comments

Comments
 (0)