Skip to content

Commit f2c2f85

Browse files
committed
cut v0.60.0
1 parent 0fdc84b commit f2c2f85

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

doc/CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# CHANGELOG
22

3+
## 0.60.0
4+
5+
**NOTE** This is the final release of Homebrew-cask. As of this release, it is no longer necessary to `brew install brew-cask`. `brew tap caskroom/cask` will install `brew-cask` as a Homebrew [external command](https://github.com/Homebrew/homebrew/blob/15f291ddaa05cc010456a733b799382175c29dd4/share/doc/homebrew/External-Commands.md), and `brew update` will keep it up-to-date.
6+
7+
You can `brew update && brew uninstall --force brew-cask` to clean up.
8+
9+
* __Casks__
10+
- 76 Casks added (588 updated) by 278 contributors since 0.59.0
11+
- 2910 total Casks
12+
* __Features__
13+
- [#15381][] Warn of legacy installs in doctor <3 [@mikemcquaid][]
14+
- Changes to develop_brew_cask for #15381
15+
- brew-cask: move to using tap cmd directory.
16+
* __Breaking Changes__
17+
- none
18+
* __Fixes__
19+
- [#15685][] Error out if user attempts an unknown command
20+
- [#14845][] invoke chown more reliable while removing remove artifacts <3 [@forkbomber][]
21+
- [#14648][] installer.rb: fix accessibility access conditional order
22+
* __Internal Changes__
23+
- [#15424][] generic_unar.rb: use long flags
24+
- Move .rubocop_todo.yml from to TOPLEVEL_FILES
25+
- [#14716][] last changes of 'brew --prefix' into 'brew --repository'
26+
* __Documentation__
27+
- [#14652][] finished removing maintainers
28+
- added adityadalal924 as maintainer
29+
- removed old maintainers (and fixed missing ones)
30+
- 15 doc commits since 0.59.0
31+
* __Contributors__
32+
- 140 new contributors since 0.59.0
33+
- 2523 total contributors
34+
* __Release Date__
35+
- 2015-12-09 21:00:00 UTC
36+
37+
38+
[#14648]: https://github.com/caskroom/homebrew-cask/issues/14648
39+
[#14652]: https://github.com/caskroom/homebrew-cask/issues/14652
40+
[#14716]: https://github.com/caskroom/homebrew-cask/issues/14716
41+
[#14845]: https://github.com/caskroom/homebrew-cask/issues/14845
42+
[#15381]: https://github.com/caskroom/homebrew-cask/issues/15381
43+
[#15424]: https://github.com/caskroom/homebrew-cask/issues/15424
44+
[#15685]: https://github.com/caskroom/homebrew-cask/issues/15685
45+
[@forkbomber]: https://github.com/forkbomber
46+
[@mikemcquaid]: https://github.com/mikemcquaid
47+
348
## 0.59.0
449

550
* __Casks__

man/man1/brew-cask.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "BREW\-CASK" "1" "November 2015" "Homebrew-cask" "brew-cask"
4+
.TH "BREW\-CASK" "1" "December 2015" "Homebrew-cask" "brew-cask"
55
.
66
.SH "SYNOPSIS"
77
\fBbrew cask\fR command [options] [\fItoken\fR \.\.\.]

0 commit comments

Comments
 (0)