Skip to content

Commit 450a8f8

Browse files
author
Todd Campbell
authored
Merge pull request #153 from sensu-plugins/pre_release/5.1.0
Prep release 5.1.0
2 parents 9442044 + 7fc7533 commit 450a8f8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [5.1.0] - 2020-04-22
89
### Changed
910
- Updated bundler dependancy to '~> 2.1'
1011
- Added option to ignore privileged bytes
1112
- Updated rubocop dependency to '~> 0.81.0'
1213
- Remediated rubocop issues
14+
- Updated sys-filesystem gem dependency from 1.3.2 to 1.3.4
1315

1416
## [5.0.1] - 2019-12-10
1517
### Changed
@@ -218,7 +220,8 @@ https://mathias-kettner.de/checkmk_filesystems.html
218220
### Added
219221
- initial release
220222

221-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.1...HEAD
223+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.0...HEAD
224+
[5.1.0]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.1...5.1.0
222225
[5.0.1]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.0...5.0.1
223226
[5.0.0]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/4.0.1...5.0.0
224227
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/4.0.0...4.0.1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
module SensuPluginsDiskChecks
44
module Version
55
MAJOR = 5
6-
MINOR = 0
7-
PATCH = 1
6+
MINOR = 1
7+
PATCH = 0
88

99
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
1010
end

0 commit comments

Comments
 (0)