Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed Sep 25, 2013
1 parent 2b69664 commit 7f5b3d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v0.2.1 (Sep 25 2013)
--------------------

* Change specs for `Metadata.from_file` and `Readme#render` to run against test
fixtures.
* Remove `--constraints` option. If a version constraint is specified in
metadata.rb, it should always be reflected in README.md.
* Remove support for Ruby 1.8.7, which has reached end of life.
* Use `require_relative`.
* Add `lib/knife_cookbook_readme.rb`, which requires all lib files.

v0.2.0 (Sep 22 2013)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/knife_cookbook_readme/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module KnifeCookbookReadme
VERSION = '0.2.0'
VERSION = '0.2.1'
end

0 comments on commit 7f5b3d3

Please sign in to comment.