Skip to content

Release 0.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 May 20:21
v0.7.0
53f43ea

⚡ Improvements

  • Added a limit to the number of tags in the v2 schema to 32.
  • Added glob format and validation using wax.
  • Disallow parent directory components (..) in globs (already disallowed in paths)
  • Disallow current directory components (.) in paths and globs except at the start of the expression (e.g., ./README).
  • Reduced the memory overhead of compiler errors, as recommended by recent warnings from the Rust linter (clippy).
  • Updated the release configuration to reduce the size of the release binary by around 50%.

📔 Notes

⬆️ Dependency Updates

  • Upgraded all dependencies.

🆚 For more detail compare changes since v0.6.0.