Releases: yonaskolb/Mint
Releases · yonaskolb/Mint
0.17.5
0.17.4
0.17.3
0.17.2
0.17.0
Fixed
- Fixed package installation on newer versions of macOS and M1 machines #216 @yonaskolb
- Fixed building in Xcode 13 #218 #219 @Armenm
Changed
- The default package install path (
$MINT_PATH
) has changed from/usr/local/lib/mint
to~/.mint
, and the global link path ($MINT_LINK_PATH
) has changed from/usr/local/bin
to~/.mint/bin
. This fixes installation issues on some systems, but in order to run globally installed packages without Mint you'll now need to add~/.mint/bin
to your$PATH
. #216 @yonaskolb
0.16.0
0.15.0
0.14.2
Changed
- Changeed
list
output to show what executables are installed if they differ from package name, and also disambiguate packages with the same name and different sources #170 @acecilia
Fixed
- Fixed the
run
to support when a package with the same name is installed from different origins (for example: yonaskolb/xcodegen and acecilia/xcodegen). #170 @acecilia - Fix the
uninstall
option: previously, the name for the symlink to remove was calculated using the package name passed from command line, which could be partial (for examplesimple
instead ofsimplepackage
), resulting on the symlink not being removed. #170 @acecilia - Fixed installing versions that reference a git sha #172 @yonaskolb
- Added escaping of paths when linking. Avoids an error, when MINT_LINK_PATH contains spaces. @Lutzifer
0.14.1
0.14.0
Added
- Added
--no-install
option tomint run
#160 @yonaskolb - Added
mint which
command for printing the path of an executable #162 @yonaskolb - The executable no longer needs to be provided in
mint run
when passing arguments if there is only a single executable in the package eg:mint run realm/SwiftLint autocorrect
#159 @yonaskolb
Changed
- Moved output of some commands to
--verbose
and tweaked output #154 @yonaskolb
Fixed
- Fixed a bug that prevented the
Mintfile
from resolving a GitHub repository where the name contains a period #153 @liamnichols
Internal
- Updated to SwiftCLI 6.0 #157 @yonaskolb
- Replace CircleCI with Github actions #158 @yonaskolb