Releases: rwx-research/captain
Captain v1.15.0
Fixes a bug when **
globbing over a directory which included files that contained characters that were special to filepath.Glob
.
What's Changed
- Replace the abandoned filepathx library with doublestar; ensure glob characters in paths do not break globbing by @kylekthompson in #81
Full Changelog: v1.14.3...v1.15.0
Captain v1
The Captain v1 release and tag exist to provide an easy way to download the latest v1.x.x release of Captain. For example, you can always download the latest Linux x86 v1 release at this URL: https://github.com/rwx-research/captain/releases/download/v1/captain-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 v1.x.x version of Captain is released.
Captain v1.14.3
This release fixes an issue with parsing times and durations for vitest.
What's Changed
- Fix vitest parsing of times and durations by @dustin-decker in #80
New Contributors
- @dustin-decker made their first contribution in #80
Full Changelog: v1...v1.14.3
Captain v1.14.2
Improves the quality of the error message and backtrace for minitest
What's Changed
- Improve the quality of the error message for minitest by @kylekthompson in #79
Full Changelog: v1.14.1...v1.14.2
Captain v1.14.1
Support targeted retries for Vitest
What's Changed
- Support targeted retries for Vitest by @kylekthompson in #78
Full Changelog: v1.14.0...v1.14.1
Captain v1.14.0
Adds support for Vitest
What's Changed
- Add support for vitest by @kylekthompson in #77
Full Changelog: v1.13.3...v1.14.0
Captain v1.13.3
Only write to MINT_LINKS when Captain Cloud is enabled
What's Changed
- Fix publishing workflow by @pierrebeaucamp in #75
- Only write to MINT_LINKS when cloud is enabled by @kylekthompson in #76
Full Changelog: v1.13.2...v1.13.3
Captain v1.13.2
When running Captain within Mint, this release will backlink to Captain Cloud from the Mint UI.
What's Changed
- Switch to Mint for CI/CD by @pierrebeaucamp in #74
- Write to
$MINT_LINKS
by @pierrebeaucamp in #73
Full Changelog: v1...v1.13.2
Captain v1.13.1
Decreases the size of test results produced by Captain when reading results which are already in the RWX format.
What's Changed
- Updates golang.org/x/net by @TAGraves in #71
- Fix recursive nesting of derivedFrom by @kylekthompson in #72
Full Changelog: v1.13.0...v1.13.1
Captain unstable
The Captain unstable release and tag exist to provide an easy way to download the latest unstable.x.x release of Captain. For example, you can always download the latest Linux x86 unstable release at this URL: https://github.com/rwx-research/captain/releases/download/unstable/captain-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 unstable.x.x version of Captain is released.