v0.6.0: loop!
This release marks a major milestone: 🎉 Bass now runs its own CI! The GitHub Actions stack has been replaced with Bass Loop (www, repo). See the Bass Loop announcement for more details.
There are a few breaking changes to Bass itself, most of them a long time coming. This effort forced the issue on a lot of tentative decisions made in Bass's past, bringing it that much closer to stability. Be sure to check #186 for extended notes.
What's Changed
Breaking Changes ⚠️
New Features ✨
- run
git fetch origin REF
beforegit checkout
by @vito in #164 - richer paths:
(read)
able host paths, generalize annotation paths by @vito in #176 - add
bass --runner
for serving runtimes through SSH by @vito in #180
Other Changes
- add code of conduct by @vito in #166
(memo)
supports and caches anyReadable
type by @vito in #177- stop relying on /../ hack for host paths by @vito in #179
- add Close() to runtime interface by @vito in #181
- support tracking
(start)
s, show runner connections in progress UI by @vito in #182 - better error handling by @vito in #188
Full Changelog: v0.5.0...v0.6.0