We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123cbbd commit c5c2132Copy full SHA for c5c2132
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## 0.4.1 - 2020-08-08
9
+
10
+### Fixed
11
12
+- Ensure all casks are upgraded, including those with auto-update enabled.
13
14
## 0.4.0 - 2020-08-02
15
16
### Added
Sources/Zero/CLI.swift
@@ -5,7 +5,7 @@ public enum Zero {
public static let cli: CLI = {
let cli = CLI(
name: "zero",
- version: "0.4.0",
+ version: "0.4.1",
description: "Radically simple personal bootstrapping tool for macOS.",
commands: [
SetupCommand(),
0 commit comments