Skip to content

Commit 33b688e

Browse files
committed
Update to 0.16.0
1 parent 9d9f54b commit 33b688e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22

33
## Master
44

5+
## 0.16.0
6+
57
#### Added
68
- Added `--overwrite` option to `mint install` [#186](https://github.com/yonaskolb/Mint/pull/186) @Econa77
79
- Added `--overwrite` option to `mint bootstrap` [#193](https://github.com/yonaskolb/Mint/pull/193) @Econa77
810

11+
### Fixed
12+
- Fixed installation in Xcode 12 [#195](https://github.com/yonaskolb/Mint/pull/195) @nanashiki
13+
14+
[Commits](https://github.com/yonaskolb/Mint/compare/0.15.0...0.16.0)
15+
916
## 0.15.0
1017

1118
#### Added

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
EXECUTABLE_NAME = mint
22
REPO = https://github.com/yonaskolb/Mint
3-
VERSION = 0.15.0
3+
VERSION = 0.16.0
44

55
PREFIX = /usr/local
66
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)

Sources/MintCLI/MintCLI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import SwiftCLI
66

77
public class MintCLI {
88

9-
public let version = "0.15.0"
9+
public let version = "0.16.0"
1010

1111
let mint: Mint
1212
let cli: CLI

0 commit comments

Comments
 (0)