Skip to content

Commit

Permalink
cut v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phinze committed Dec 15, 2013
1 parent 8ca0686 commit ef400ec
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## 0.25.0

* __Features__
- #1944 - options for Cask URLs: ability to specify user agent, cookies, and referer <3 [@jonahoffline][]
- #2066 - Caskroom location now configurable <3 [@halo][]
- #2081 - support for services <3 [@leoj3n][]
* __Fixes__
- a clearer error message when an unexpected cask method is called; hopefully
will help confusion around unreleased features
- #2084 - handle CaskAlreadyInstalledError gracefully; helps `Brewfile` integration <3 [@pstadler][]
* __Breaking Changes__
- #2100 - font Casks have been moved to their own tap at [caskroom/fonts][] so that we can be more disclaimery about font licenses

[@leoj3n]: https://github.com/leoj3n
[@jonahoffline]: https://github.com/jonahoffline
[@pstadler]: https://github.com/pstadler
[@halo]: https://github.com/halo
[caskroom/fonts]: https://github.com/caskroom/homebrew-fonts

## 0.24.0

* __Features__
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.24.0'
HOMEBREW_CASK_VERSION = '0.25.0'

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

0 comments on commit ef400ec

Please sign in to comment.