Skip to content

Commit 042da66

Browse files
committed
0.5.1
1 parent cda54d3 commit 042da66

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.5.1 - 2020-09-14
9+
10+
### Changed
11+
12+
- Updated Path.swift dependency to version 1.2.0.
13+
14+
### Fixed
15+
16+
- Fixed directory traversal in installation script.
17+
- Fixed deprecation warnings in latest version of Homebrew.
18+
819
## 0.5.0 - 2020-08-18
920

1021
### Breaking Changes

Sources/Zero/CLI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.5.0",
8+
version: "0.5.1",
99
description: "Radically simple personal bootstrapping tool for macOS.",
1010
commands: [
1111
SetupCommand(),

0 commit comments

Comments
 (0)