Releases: rwx-research/mint-cli
Mint CLI v0
The Mint CLI v0 release and tag exist to provide an easy way to download the latest v0.x.x release of the Mint CLI. For example, you can always download the latest Linux x86 v0 release at this URL: https://github.com/rwx-research/mint-cli/releases/download/v0/mint-linux-x86_64. (Look at the assets attached to this release to find the other available downloads.) This release and its assets are updated whenever a new v0.x.x version of the Mint CLI is released.
Mint CLI v0.2.1
What's Changed
- Bump the minor-dependencies group with 1 update by @dependabot in #64
- Bump the minor-dependencies group with 2 updates by @dependabot in #65
- Bump minor dependencies by @dependabot in #66
- Don't require authentication to list Mint leaves via API. by @doxavore in #68
New Contributors
Full Changelog: v0.2.0...v0.2.1
Mint CLI v0.2.0
What's Changed
- Bump the minor-dependencies group with 3 updates by @dependabot in #60
- Use parallelism for the release process by @kylekthompson in #61
- Bump the minor-dependencies group with 2 updates by @dependabot in #62
- Fix parallel context usage by @kylekthompson in #63
- Add a tool to update mint leaf versions by @ayazhafiz in #46
Full Changelog: v0.1.2...v0.2.0
Mint CLI v0.1.2
This releases fixes a small bug where setting the ~/.mint/accesstoken
file manually (and introducing trailing or leading whitespace) would cause requests made by the CLI to fail.
What's Changed
- Bump the minor-dependencies group with 1 update by @dependabot in #58
- Clean up whitespace surrounding the token in case it was manually set by @kylekthompson in #59
Full Changelog: v0...v0.1.2
Mint CLI v0.1.1
What's Changed
- Ensure branch gets populated correctly by @kylekthompson in #56
- Uses the new debug endpoint by @TAGraves in #57
Full Changelog: v0...v0.1.1
Mint CLI v0.1.0
Adjust the behavior of --dir
and --file
in preparation for the release of Embedded Runs.
Embedded Runs need additional context (specifically, the .mint
directory) to embed runs statically. When the CLI starts a run, it'll now try to send along all of files in the .mint
directory in addition to the one you specify via --file
.
What's Changed
- Configure a tool cache vault for bigtest by @dan-manges in #51
- Configure dependabot by @dan-manges in #50
- Bump the minor-dependencies group with 3 updates by @dependabot in #52
- Bump the minor-dependencies group with 2 updates by @dependabot in #54
- Improve the behavior of --dir and --file by @kylekthompson in #55
New Contributors
- @dependabot made their first contribution in #52
Full Changelog: v0...v0.1.0
Mint CLI v0.0.14
What's Changed
- Improve error message when debug session is cancelled by @pierrebeaucamp in #44
- Bump mint leaf versions by @ayazhafiz in #45
- Bump mint-leaves by @ayazhafiz in #47
- Unstable release on main using conditional triggers by @kylekthompson in #48
- Adds a flag to specify a title by @TAGraves in #49
Full Changelog: v0...v0.0.14
Mint CLI v0.0.13
What's Changed
Full Changelog: v0...v0.0.13
Mint CLI v0.0.12
Mint CLI v0.0.11
What's Changed
- Run mint-testing login test in CI by @kylekthompson in #36
- Add
--init grep
to triggered integration tests by @kylekthompson in #37 - Remove init.spec by @kylekthompson in #38
- Update leaves by @dan-manges in #39
- Quote the grep init param by @kylekthompson in #40
- Use snake case in the initiate run endpoint, send structured init params by @kylekthompson in #41
New Contributors
- @dan-manges made their first contribution in #39
Full Changelog: v0...v0.0.11