v0.8.7
v0.8.7 focuses on introducing Biome for consistent formatting and linting, along with CI integration to enforce code quality across the repository.
Highlights
- introduce Biome as the unified formatter and linter for the project
- apply a one-time formatting baseline across the codebase (mechanical change - no runtime or contract impact)
- integrate Biome into CI to enforce consistent code quality
What's Changed
- chore(biome): introduce biome and apply formatting baseline (#194)
- chore(ci): add Biome linting step to CI workflow (#195)
- release: v0.8.7 (#196)