Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jones committed Aug 5, 2015
1 parent ea72e7f commit 1f2ba16
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## Unreleased
## [Unreleased][unreleased]
- nothing

## [1.0.2] - 2015-08-04
### Changed
- general cleanup

## [1.0.1] - 2015-07-14
### Changed
Expand All @@ -12,7 +17,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
##[1.0.0] - 2015-07-05
### Changed
- changed metrics filenames to conform to std
- updated Rakfile to remove cruft
- updated Rakefile to remove cruft
- updated documentation links in README and CONTRIBUTING
- updated gemspec to put deps in alpha order

Expand All @@ -34,5 +39,3 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
## [0.0.1] - 2015-04-21
### Added
- initial release


1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,3 @@ This is a sample input file used by check-smart-status, see the script for furth
[Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html)

## Notes

2 changes: 1 addition & 1 deletion lib/sensu-plugins-disk-checks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsDiskChecks
module Version
MAJOR = 1
MINOR = 0
PATCH = 1
PATCH = 2

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit 1f2ba16

Please sign in to comment.