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

Release 7.1.0 #480

Merged
merged 1 commit into from
Aug 17, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# FoodCritic Changelog:

## [7.1.0](https://github.com/acrmp/foodcritic/tree/7.1.0)

[Full Changelog](https://github.com/acrmp/foodcritic/compare/v7.0.1...7.1.0)

**Merged pull requests:**

- Add Chef 12.13.37 metadata and make it the default [#479](https://github.com/acrmp/foodcritic/pull/479) ([tas50](https://github.com/tas50))
- Add missing assignment attributes [#478](https://github.com/acrmp/foodcritic/pull/478) ([ofir-petrushka](https://github.com/ofir-petrushka))
- Add 12.12.13 metadata and fix metadata generation [#472](https://github.com/acrmp/foodcritic/pull/472) ([tas50](https://github.com/tas50))

## [7.0.1](https://github.com/acrmp/foodcritic/tree/7.0.1) (2016-07-06)

[Full Changelog](https://github.com/acrmp/foodcritic/compare/v7.0.0...7.0.1)
Expand Down Expand Up @@ -96,10 +106,15 @@ Features:
- Added FC061 to ensure that the cookbook version is valid

- Added FC062 to ensure that metadata includes a version

- Added FC063 to ensure that a cookbook doesn't depend on itself in the metadata

- Added DSL metadata for Chef 12.5.1 and 12.6.0

- Added new chef11 and chef12 tags for rules related to changes in those Chef releases

- Added Oracle as an equivalent platform for the RHEL platform family in FC024

- Removed the Mustache pin to 0.99 in the Gemfile since we require Ruby 2.0+ now

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/foodcritic/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module FoodCritic
# The current version of foodcritic
VERSION = "7.0.1"
VERSION = "7.1.0"
end