Skip to content

Commit 1a7d8db

Browse files
authored
Merge pull request #16 from sensu-plugins/release/1.0.0
release version 1.0.0
2 parents c4886dc + a656089 commit 1a7d8db

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
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

66
## [Unreleased]
7+
8+
## [1.0.0] - 2016-06-15
79
### Changed
810
- Modified check-cpu.rb to change state if >= threshold
911
- Updated Rubocop to 0.40, applied auto-correct
@@ -38,7 +40,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
3840
- initial release
3941

4042

41-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/0.0.4...HEAD
43+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.0.0...HEAD
44+
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/0.0.4...1.0.0
4245
[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/0.0.3...0.0.4
4346
[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/0.0.2...0.0.3
4447
[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/0.0.1...0.0.2

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module SensuPluginsCpuChecks
22
module Version
3-
MAJOR = 0
3+
MAJOR = 1
44
MINOR = 0
5-
PATCH = 5
5+
PATCH = 0
66

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

0 commit comments

Comments
 (0)