File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Master
4
4
5
+ ## 0.16.0
6
+
5
7
#### Added
6
8
- Added ` --overwrite ` option to ` mint install ` [ #186 ] ( https://github.com/yonaskolb/Mint/pull/186 ) @Econa77
7
9
- Added ` --overwrite ` option to ` mint bootstrap ` [ #193 ] ( https://github.com/yonaskolb/Mint/pull/193 ) @Econa77
8
10
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
+
9
16
## 0.15.0
10
17
11
18
#### Added
Original file line number Diff line number Diff line change 1
1
EXECUTABLE_NAME = mint
2
2
REPO = https://github.com/yonaskolb/Mint
3
- VERSION = 0.15 .0
3
+ VERSION = 0.16 .0
4
4
5
5
PREFIX = /usr/local
6
6
INSTALL_PATH = $(PREFIX ) /bin/$(EXECUTABLE_NAME )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import SwiftCLI
6
6
7
7
public class MintCLI {
8
8
9
- public let version = " 0.15 .0 "
9
+ public let version = " 0.16 .0 "
10
10
11
11
let mint : Mint
12
12
let cli : CLI
You can’t perform that action at this time.
0 commit comments