File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
lib/sensu-plugins-memory-checks Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
55
66## [ Unreleased]
7+
8+ ## [ 3.0.2] - 2017-07-31
79### Fixed
8- - fix shell call response when running on non en_US locale systems (@stefan-walluhn )
10+ - check-memory-percent.rb, check-memory.rb: fix shell call response when running on non en_US locale systems (@stefan-walluhn )
911
1012## [ 3.0.1] - 2017-07-07
1113### Fixed
12- - check-memory.sh: fixed a syntax error preventing it from running (@majormoses )
14+ - check-memory.sh: fixed a syntax error preventing it from running (@majormoses )
1315
1416### [ 3.0.0] - 2017-07-07
1517### Added
@@ -112,7 +114,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
112114### Added
113115- initial release
114116
115- [ unreleased ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...HEAD
117+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...HEAD
118+ [ 3.0.2 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...3.0.2
116119[ 3.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.0...3.0.1
117120[ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.1.0...3.0.0
118121[ 2.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.0.0...2.1.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsMemoryChecks
22 module Version
33 MAJOR = 3
44 MINOR = 0
5- PATCH = 1
5+ PATCH = 2
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
88 end
You can’t perform that action at this time.
0 commit comments