Skip to content

Commit

Permalink
Update to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Nov 18, 2020
1 parent 9d9f54b commit 33b688e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

## Master

## 0.16.0

#### Added
- Added `--overwrite` option to `mint install` [#186](https://github.com/yonaskolb/Mint/pull/186) @Econa77
- Added `--overwrite` option to `mint bootstrap` [#193](https://github.com/yonaskolb/Mint/pull/193) @Econa77

### Fixed
- Fixed installation in Xcode 12 [#195](https://github.com/yonaskolb/Mint/pull/195) @nanashiki

[Commits](https://github.com/yonaskolb/Mint/compare/0.15.0...0.16.0)

## 0.15.0

#### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
EXECUTABLE_NAME = mint
REPO = https://github.com/yonaskolb/Mint
VERSION = 0.15.0
VERSION = 0.16.0

PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)
Expand Down
2 changes: 1 addition & 1 deletion Sources/MintCLI/MintCLI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import SwiftCLI

public class MintCLI {

public let version = "0.15.0"
public let version = "0.16.0"

let mint: Mint
let cli: CLI
Expand Down

0 comments on commit 33b688e

Please sign in to comment.