Skip to content

Commit

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

## 0.18.1

Release Date: 2013-10-07

* __Features__
- adds `--prefpanedir=` option to link to a different location
* __Fixes__
* __Breaking Changes__

## 0.18.0 - Preference Pane Support

Release Date: 2013-10-07

* __Features__
- adds support for Preference Pane linking
- adds `prefpane` keyword in Cask dsl indicates a prefpane to by symlinked to `~/Library/PreferencePanes`
- adds `--prefpanedir=` option to link to a different location
- internal refactor to `Artifact` system; opens up easier implementation path to supporting additional things like widgets
* __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.18.0'
HOMEBREW_CASK_VERSION = '0.18.1'

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

0 comments on commit 18aafbc

Please sign in to comment.