Skip to content

Commit

Permalink
cut v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phinze committed Oct 20, 2013
1 parent bad21c1 commit 8a9a24b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# CHANGELOG

## 0.19.1

* __Features__
* __Fixes__
- [#954][] - preserve environment when running `sudo` <3 [@kdeldycke][]
- [#1247][] - clean up on install failure; raise an explicit error when a command fail for better feedback
* __Breaking Changes__

[#954]: https://github.com/phinze/homebrew-cask/issues/954
[@kdeldycke]: https://github.com/phinze/homebrew-cask/commit/f787afdc26cb5a5b81c2d6142d93c77b7aa5d28e
[#1247]: https://github.com/phinze/homebrew-cask/issues/1247

## 0.19.0

* __Features__
- [#602][] support for nested containers
- [#602][] - support for nested containers
* __Fixes__
* __Breaking Changes__

Expand Down
2 changes: 1 addition & 1 deletion brew-cask.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'formula'

HOMEBREW_CASK_VERSION = '0.19.0'
HOMEBREW_CASK_VERSION = '0.19.1'

class BrewCask < Formula
homepage 'https://github.com/phinze/homebrew-cask/'
Expand Down

0 comments on commit 8a9a24b

Please sign in to comment.