Skip to content

Commit

Permalink
Update to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Oct 23, 2020
1 parent e2a8d2d commit 5ca789b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master

## 0.15.0

#### Added
- Running offline without specified version [#164](https://github.com/yonaskolb/Mint/issues/164) [#166](https://github.com/yonaskolb/Mint/pull/166) @vknabel

Expand All @@ -11,6 +13,8 @@
#### Fixed
- Support building for architectures other than x86_64 on macOS (Apple Silicon) [#185](https://github.com/yonaskolb/Mint/pull/185)

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

## 0.14.2

#### Changed
Expand Down
4 changes: 2 additions & 2 deletions 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.14.2
VERSION = 0.15.0

PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)
Expand Down Expand Up @@ -34,7 +34,7 @@ bump_brew:
zip_binary: build
zip -j $(EXECUTABLE_NAME).zip $(BUILD_PATH)

release: format_code
release:
sed -i '' 's|\(let version = "\)\(.*\)\("\)|\1$(VERSION)\3|' Sources/MintCLI/MintCLI.swift

git add .
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.14.2"
public let version = "0.15.0"

let mint: Mint
let cli: CLI
Expand Down

0 comments on commit 5ca789b

Please # to comment.