Skip to content

Commit c216698

Browse files
committed
cut v0.57.0
1 parent ac9f388 commit c216698

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

doc/CHANGELOG.md

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

3+
## 0.57.0
4+
5+
* __Casks__
6+
- 119 Casks added (828 updated) by 326 contributors since 0.56.0
7+
- 2778 total Casks
8+
* __Features__
9+
- [#13612][] Include Hbc::Staged module in Hbc::DSL::Preflight
10+
* __Breaking Changes__
11+
- none
12+
* __Fixes__
13+
- [#11110][] remove `sort` from symlinked.rb <3 [@delphinus35][]
14+
- [#13419][] Fix external command example: Cask => Hbc <3 [@zmwangx][]
15+
- [#13567][] Gracefully handle interrupts (CTRL-C) at top level
16+
- [#13783][] Fix commit range for audit_modified_casks
17+
- [#13762][] Fix travis commit range to include only PR commits
18+
* __Internal Changes__
19+
- [#13848][] Create .gitattributes
20+
- [#13662][] add .editorconfig file <3 [@williamboman][]
21+
* __Documentation__
22+
- 44 doc commits since 0.56.0
23+
* __Contributors__
24+
- 179 new contributors since 0.56.0
25+
- 2256 total contributors
26+
* __Release Date__
27+
- 2015-10-02 17:03:00 UTC
28+
29+
30+
[#11110]: https://github.com/caskroom/homebrew-cask/issues/11110
31+
[#13419]: https://github.com/caskroom/homebrew-cask/issues/13419
32+
[#13612]: https://github.com/caskroom/homebrew-cask/issues/13612
33+
[#13762]: https://github.com/caskroom/homebrew-cask/issues/13762
34+
[#13783]: https://github.com/caskroom/homebrew-cask/issues/13783
35+
[#13848]: https://github.com/caskroom/homebrew-cask/issues/13848
36+
[#13567]: https://github.com/caskroom/homebrew-cask/issues/13567
37+
[@delphinus35]: https://github.com/delphinus35
38+
[@zmwangx]: https://github.com/zmwangx
39+
[@williamboman]: https://github.com/williamboman
40+
341
## 0.56.0
442

543
* __Casks__

lib/hbc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
HBC_VERSION = '0.56.0'
1+
HBC_VERSION = '0.57.0'

0 commit comments

Comments
 (0)