Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jun 20, 2012
1 parent 9d8faa3 commit b334521
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,12 @@
## v1.2.0:

Opscode has taken maintenance of this cookbook as the original author
has other commitments. This is the initial release with Opscode as
maintainer.

Changes in this release:

* [pull/2] - support for option passing to brew
* [pull/3] - add brew upgrade and control return value from command
* [pull/9] - added LWRP for "brew tap"
* README is now markdown, not rdoc.
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -4,6 +4,6 @@
license "Apache 2.0"
description "Install Homebrew and use it as your package provider in Mac OS X"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.1"
version "1.2.0"
recipe "homebrew", "Install Homebrew"
supports "mac_os_x"

0 comments on commit b334521

Please sign in to comment.