Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #446 from acrmp/6.1.0
Browse files Browse the repository at this point in the history
Release 6.1.0
  • Loading branch information
tas50 committed Apr 6, 2016
2 parents 77fac5b + 796e494 commit 43d1f79
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,18 @@
## Unreleased
- Added chef12 tag to FC064 and FC065 since these check for functionality introduced in Chef 12

## 6.1.0 (06 April, 2016)

Features:
- Added Chef 12.8.1 metadata
- Ship the Rakefile, Gemfile, and gemspec files with the gem for simplified testing

Bugfixes:
- Fix incorrect instructions for the generation of metadata files
- Fix deprecation warnings on Rake 11
- Fail better if cucumber/rubocop aren't installed when running the Rakefile


## 6.0.1 (22 February, 2016)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/foodcritic/version.rb
@@ -1,4 +1,4 @@
module FoodCritic
# The current version of foodcritic
VERSION = '6.0.1'
VERSION = '6.1.0'
end

0 comments on commit 43d1f79

Please sign in to comment.