Skip to content

Commit

Permalink
cut v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandwalker committed May 8, 2014
1 parent 6a038ee commit 8908290
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 4 deletions.
29 changes: 29 additions & 0 deletions doc/CHANGELOG.md
@@ -1,5 +1,34 @@
# CHANGELOG

## 0.35.0

* __Casks__
- 17 Casks added (17 updated) by 24 contributors since 0.34.0
- 1478 total Casks
* __Features__
- [#4200][], [#4242][], [#4241][] Add `brew cask cat` command <3 [@linc01n][]
* __Fixes__
- [#4229][] Defend against unusual Homebrew setups (Tap migration improvement)
- [#4244][] special case permissions when creating `/opt`
- [#4245][] Moved garmin-express.rb to correct location <3 [@ngs][]
- [#4226][] handle nil `@response_status`
- [#4195][] suppress email notifications from travis
* __Documentation__
- 4 doc commits since 0.34.0
* __Breaking Changes__
- none

[#4244]: https://github.com/caskroom/homebrew-cask/issues/4244
[#4242]: https://github.com/caskroom/homebrew-cask/issues/4242
[#4245]: https://github.com/caskroom/homebrew-cask/issues/4245
[@ngs]: https://github.com/ngs
[#4229]: https://github.com/caskroom/homebrew-cask/issues/4229
[#4241]: https://github.com/caskroom/homebrew-cask/issues/4241
[#4226]: https://github.com/caskroom/homebrew-cask/issues/4226
[#4200]: https://github.com/caskroom/homebrew-cask/issues/4200
[@linc01n]: https://github.com/linc01n
[#4195]: https://github.com/caskroom/homebrew-cask/issues/4195

## 0.34.0

* __Casks__
Expand Down
10 changes: 7 additions & 3 deletions doc/man/brew-cask.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "HOMEBREW\-CASK" "1" "March 2014" "Homebrew-cask" "brew-cask"
.TH "HOMEBREW\-CASK" "1" "May 2014" "Homebrew-cask" "brew-cask"
.
.SH "NAME"
\fBhomebrew\-cask\fR \- A friendly binary installer for OS X
Expand Down Expand Up @@ -43,6 +43,10 @@ Check \fICasks\fR for installability\. If no \fICasks\fR are given on the comman
Modify Alfred\'s search scope to include the Caskroom directory where Applications are stored\.
.
.TP
\fBcat\fR \fICask\fR
Dump the given Cask definition file to the standard output\.
.
.TP
\fBchecklinks\fR
Check for bad Cask links\.
.
Expand All @@ -52,15 +56,15 @@ Clean up cached downloads\. With \fB\-\-outdated\fR, only clean up cached downlo
.
.TP
\fBcreate\fR \fICask\fR
Generate a Cask for the Caskfile named \fICask\fR and open a template for it in your favorite editor\.
Generate a Cask definition file for the Cask named \fICask\fR and open a template for it in your favorite editor\.
.
.TP
\fBdoctor\fR or \fBdr\fR
Check for configuration issues\. Can be useful to upload as a gist for developers along with a bug report\.
.
.TP
\fBedit\fR \fICask\fR
Open the given Caskfile for editing\.
Open the given Cask definition file for editing\.
.
.TP
\fBfetch\fR \fICask\fR [\-\-force]
Expand Down
2 changes: 1 addition & 1 deletion lib/cask/version.rb
@@ -1 +1 @@
HOMEBREW_CASK_VERSION = '0.34.0'
HOMEBREW_CASK_VERSION = '0.35.0'

0 comments on commit 8908290

Please sign in to comment.