v0.9.0
This release contains minor improvements and bug fixes.
The full changelog can be seen by running the following command:
git log --oneline v0.8.1..v0.9.0
:rocket: Features
- tui: improve readability of the help bar (23be684a05ff)
:honeybee: Bug Fixes
- remove errata from string literal (aa102c91f675)
:pencil: Documentation
- dev-infra: define stricter commit message guidelines (f680ef74a500)
- correct mispelled words (89ff47a4ee5c)
- clarify testing activation of the dev shell (d753637e3523)
:wrench: Miscellaneous
- dev-infra: improve //:.editorconfig alignment with formatters (b4ad53215014)
- dev-infra: add gopls to the development shell (29b59f2a3888)
- use pkgs.runCommand for the pinact check drv (65f8ec981abe)
- remove workflow: lifecycle (f3bb756e303e)
- automatically mirror HEAD to trunk (22574726cdf5)
- mark TestCache as flaky (3e5f4ee70cf9)
- add support for Helper() (1ec304e638c1)
- implement support for Failed() and FailedNow() (1766f85bf9ed)
- add an internal lib for running flaky tests (f6e7fb524e3e)
- simplify github-related variables (dac71e738c94)