From b3345215175e2897836ed2e0f31a5c1c9016d9d1 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Wed, 20 Jun 2012 11:25:20 -0600 Subject: [PATCH] release v1.2.0 --- CHANGELOG.md | 12 ++++++++++++ metadata.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..47ba8cb 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/metadata.rb b/metadata.rb index 48dfcc0..1cebf97 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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"