Skip to content

Commit

Permalink
v0.1.3.
Browse files Browse the repository at this point in the history
 * Corrected a broken link in the README.md.
 * No code changes.
  • Loading branch information
gitmlynch committed Mar 23, 2015
1 parent 12ad1a5 commit 77fa029
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.3
* Corrected a broken link in the README.md.
* No code changes.

## 0.1.2
* Improved feature validation in load_current_resource by calling is_feature_available?() method in Mixlibrary::Core::Windows::Features in providers/manage_feature.rb.
* Updated and corrected README.md formatting.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ None
### default
* Include the windows_feature cookbook default recipe in another recipe to provide access to windows_feature LWRP that makes use of the mixlibrary-core windows feature support.
* Add windows_feature_manage_feature resource calls to your recipe to use the LWRP.
* [LWRP Usage Sample](https://github.com/ebsco/windows_feature/sample_recipes/sample.rb)
* [LWRP Usage Sample](https://github.com/ebsco/windows_feature/blob/master/sample_recipes/sample.rb)

## License and Authors

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
description 'Provides an LWRP that facilitates access to the mixlibrary-core gem windows feature support.'
long_description IO.read(File.join(File.dirname(__FILE__), "README.md"))

version '0.1.2'
version '0.1.3'

0 comments on commit 77fa029

Please sign in to comment.