File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.5.0 - 2020-08-18
9+
10+ ### Changed
11+
12+ - Greedy cask update feature is now guarded behind the ` --all ` flag (e.g. `zero
13+ update --all` or ` zero setup --all`).
14+
15+
16+ ### Fixed
17+
18+ - Addressed issue applying system updates on latest SDK.
19+ - Addressed issue updating casks that require sudo.
20+
821## 0.4.1 - 2020-08-08
922
1023### Fixed
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ public enum Zero {
55 public static let cli : CLI = {
66 let cli = CLI (
77 name: " zero " ,
8- version: " 0.4.1 " ,
8+ version: " 0.5.0 " ,
99 description: " Radically simple personal bootstrapping tool for macOS. " ,
1010 commands: [
1111 SetupCommand ( ) ,
You can’t perform that action at this time.
0 commit comments