Skip to content

v0.29.2

Choose a tag to compare

@github-actions github-actions released this 20 Jul 09:14
· 86 commits to main since this release

Changelog

✨ Features

  • Rust is now actively tested — Rust has been promoted from experimental to an actively tested language

🐞 Bug Fixes

  • Rust: Imports nested inside mod blocks and function bodies are now captured
  • Rust: pub use re-exports are now followed through foo.rs directory modules
  • Rust: mod.rs is retained when expanding a bare module import
  • Rust: Module re-exports now resolve from directory module files
  • Rust: Raw string literals are now handled by the import scanner
  • Rust: The scanner falls back to tree-sitter when the fast Rust scanner fails

⚙️ Internal

  • Added the Rust oracle-diff test harness

Full Changelog: v0.29.1...v0.29.2