Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 15:09
· 14 commits to main since this release
v0.4.0
054e737

0.4.0 - 2023-08-22

Bug Fixes

  • Ensure the .git folder is properly excluded
  • Ensure a path is not ignored when unwatching

Features

  • Reduce crate package size
  • Improve error messages with suggestions
  • Start up the dev server before the build finishes
  • Log external tool invocation in verbose mode
  • Use project-local tailwind binary if available
  • Add CI for testing and pre-compiled binaries

Miscellaneous Tasks

  • Update all dependencies
  • Extend crate metadata for crates.io
  • Reduce the CI setup to only pre-compiled binaries

Refactor

  • Replace anyhow with color-eyre for better error reporting