Skip to content

Commit

Permalink
prep for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Mar 7, 2018
1 parent 9d740fe commit 03a2843
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format located [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

## [Unreleased]

## [1.0.0] - 2018-03-06
### Added
- option `--dry-run` to echo out what it would do (@majormoses)
- option `--versions-to-keep` which allows you keep x versions, this is useful for cleaning up cookbooks but leaving the last few around for easy rollback and such (@majormoses)
Expand All @@ -19,5 +21,6 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
### Added
- functional version (@agoddard)

[Unreleased]: https://github.com/majormoses/knife-cookbook-cleanup/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/majormoses/knife-cookbook-cleanup/compare/1.0.0...HEAD
[1.0.0]: https://github.com/majormoses/knife-cookbook-cleanup/compare/v0.1.1...1.0.0
[0.1.1]: https://github.com/majormoses/knife-cookbook-cleanup/compare/df026a622e4962f0a1d88e93d866bf4daae02b0e...7822c8a3790c25ab2acb56b24507728c19efd7b4
2 changes: 1 addition & 1 deletion lib/knife-cookbook-cleanup/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Knife
module CookbookCleanup
VERSION = '0.1.1'
VERSION = '1.0.0'
MAJOR, MINOR, TINY = VERSION.split('.')
end
end

0 comments on commit 03a2843

Please sign in to comment.