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

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Crump committed Oct 5, 2013
1 parent 006a61c commit 8a382ff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
## 3.0.2 (5th October, 2013)

Bugfixes:

- [FC051: Template partials loop indefinitely](http://foodcritic.io/#FC051)
can cause foodcritic to exit with an error on encountering a file that
cannot be read as UTF-8. We now explicitly exclude `.DS_Store` and `*.swp`
as a workaround
([related issue](https://github.com/acrmp/foodcritic/issues/172)). Thanks
@tmatilai, @claco.
- [FC022: Resource condition within loop may not behave as expected](http://foodcritic.io/#FC022)
would warn incorrectly against loops where the block accepts more than one
argument
([related issue](https://github.com/acrmp/foodcritic/issues/69)). Thanks
@Ips1975, @jaymzh.

## 3.0.1 (25th September, 2013)

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

0 comments on commit 8a382ff

Please sign in to comment.