From 0e80b856e7e97394ef7c13677d5106eb359d7b81 Mon Sep 17 00:00:00 2001 From: phinze Date: Thu, 24 Oct 2013 15:26:05 -0500 Subject: [PATCH] cut v0.19.3 --- CHANGELOG.md | 9 +++++++++ brew-cask.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3054c3d54f2..d444305185b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## 0.19.3 + +* __Features__ +* __Fixes__ + - [#1274][] - various fixes to prevent evil from happening during certain pkg uninstall processes +* __Breaking Changes__ + +[#1274]: https://github.com/phinze/homebrew-cask/issues/1247 + ## 0.19.2 * __Features__ diff --git a/brew-cask.rb b/brew-cask.rb index 707ee619dff..c47e2dae10f 100644 --- a/brew-cask.rb +++ b/brew-cask.rb @@ -1,6 +1,6 @@ require 'formula' -HOMEBREW_CASK_VERSION = '0.19.2' +HOMEBREW_CASK_VERSION = '0.19.3' class BrewCask < Formula homepage 'https://github.com/phinze/homebrew-cask/'