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 #480 from acrmp/7.1.0
Browse files Browse the repository at this point in the history
Release 7.1.0
  • Loading branch information
tas50 authored Aug 17, 2016
2 parents 2cb31a5 + 1c2d2a8 commit d3ef487
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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

0 comments on commit d3ef487

Please sign in to comment.