Skip to content

Commit 0133c11

Browse files
committed
0.2.0
1 parent 0ace1ac commit 0133c11

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +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.2.0 - 2019-01-20
9+
10+
### Added
11+
12+
- Migrated shell script to dedicated Swift CLI.
13+
- Added support for running steps independently.
14+
815
## 0.1.1 - 2019-01-08
916

17+
### Added
18+
1019
- Added check to prompt automatic update to latest stable release.
1120

1221
## 0.1.0 - 2019-01-04

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.2.0-beta",
8+
version: "0.2.0",
99
description: "Radically simple personal bootstrapping tool for macOS.",
1010
commands: [
1111
SetupCommand(),

0 commit comments

Comments
 (0)