cut v0.27.1

This commit is contained in:
Roland Walker 2014-01-22 11:50:20 -05:00
parent 619e4d7187
commit e59dc2efcb
2 changed files with 14 additions and 1 deletions

View file

@ -1,5 +1,18 @@
# CHANGELOG
## 0.27.1
* __Casks__
- 10 Casks added (14 updated) by 17 contributors since 0.27.0
- 1060 total Casks
* __Features__
- [#2496][] improvements to `brew search` (still undocumented)
* __Fixes__
- [#2496][] restore functionality of `brew search` with no arguments
* __Breaking Changes__
[#2496]: https://github.com/phinze/homebrew-cask/issues/2496
## 0.27.0
* __Casks__

View file

@ -1,3 +1,3 @@
class Cask
VERSION = '0.27.0'
VERSION = '0.27.1'
end