Releases: yonaskolb/Mint
Releases · yonaskolb/Mint
0.9.1
0.9.0
0.8.0
- add ssh support #60 @Lutzifer
- add
--silent
argument #64 @yonaskolb - build packages using the current version of macOS #61 @LinusU
- bundle Swift with installations, so they don't fail with Swift updates #70 @yonaskolb
- show globally installed packages with a
*
inmint list
#56 @yutailang0119 - Move homebrew formula from this repo to official homebrew repo (no more custom tap required) #63 yonaskolb
- help output changes #55 @pixyzehn
0.7.1
0.7.0
install
andupdate
now link the executable tousr/local/bin
by default, for global usage. Disable this with--global:false
#41 #44 #45- arguments to an executable no longer have to be surrounded in quotes.
mint run yonaskolb/xcodegen xcodegen --spec myspec.yml
- added streaming of run command output #36
- added
--verbose
flag for cloning and building output #36 - add
MINT
andRESOURCE_PATH
envs #36 - fixed ANSI color issue #36
- replaced ShellOut with SwiftShell #36
- added a whole bunch of tests
0.6.1
0.6.0
- Fixed issues on case‐sensitive file systems #19 @SDGGiesbrecht
- Fixed updating branches and packages without checked in
Package.resolved
files #24 - Package repos are now checked out fresh on each install #24
- If not passing a version, tags are now fetched remotely #24
- Clones are now shallow #28
- Added
mint list
command for listing all installed package versions #25 - Added
mint --version
#27