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

Commit 7f5b3d3

Browse files
committed
v0.2.1
1 parent 2b69664 commit 7f5b3d3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v0.2.1 (Sep 25 2013)
2+
--------------------
3+
4+
* Change specs for `Metadata.from_file` and `Readme#render` to run against test
5+
fixtures.
6+
* Remove `--constraints` option. If a version constraint is specified in
7+
metadata.rb, it should always be reflected in README.md.
8+
* Remove support for Ruby 1.8.7, which has reached end of life.
9+
* Use `require_relative`.
10+
* Add `lib/knife_cookbook_readme.rb`, which requires all lib files.
11+
112
v0.2.0 (Sep 22 2013)
213
--------------------
314

lib/knife_cookbook_readme/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module KnifeCookbookReadme
2-
VERSION = '0.2.0'
2+
VERSION = '0.2.1'
33
end

0 commit comments

Comments
 (0)