From d39c95942f4226fb6c0e1a56c11008695ddeeade Mon Sep 17 00:00:00 2001 From: Josh Hagins Date: Wed, 28 Oct 2015 14:07:33 -0400 Subject: [PATCH] cut v0.59.0 --- doc/CHANGELOG.md | 29 +++++++++++++++++++++++++++++ lib/hbc/version.rb | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 1d1cbaa240333..64e7ed01aac8a 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,5 +1,34 @@ # CHANGELOG +## 0.59.0 + +* __Casks__ + - 37 Casks added ... + - 2834 total Casks +* __Features__ + - none +* __Breaking Changes__ + - [#14581][] finished removing Alfred support +* __Fixes__ + - [#14301][] Improve Ruby version check in the formula <3 [@jgonera][] + - [#14730][] Remove launchjobs even if they are not loaded + - Use ENV['HOME'] to check existence of launchjobs +* __Internal Changes__ + - none +* __Documentation__ + - 4 doc commits since ... +* __Contributors__ + - 82 new contributors since ... + - 2383 total contributors +* __Release Date__ + - 2015-10-28 18:00:00 UTC + + +[#14301]: https://github.com/caskroom/homebrew-cask/issues/14301 +[#14581]: https://github.com/caskroom/homebrew-cask/issues/14581 +[#14730]: https://github.com/caskroom/homebrew-cask/issues/14730 +[@jgonera]: https://github.com/jgonera + ## 0.58.0 * __Casks__ diff --git a/lib/hbc/version.rb b/lib/hbc/version.rb index 5fba3755e5f0a..fb7575ba509aa 100644 --- a/lib/hbc/version.rb +++ b/lib/hbc/version.rb @@ -1 +1 @@ -HBC_VERSION = '0.58.0' +HBC_VERSION = '0.59.0'