···55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7788+## v0.10.0 -- 2023-05-10
99+1010+### DSL
1111+1212+#### Changed
1313+1414+- Unused captures in patterns are now considered errors, unless they start with an underscore.
1515+1616+### Library
1717+1818+#### Fixed
1919+2020+- Some execution errors were not always reported in lazy execution mode, depending on whether variables were used or not. This has been fixed to behave more consistently, so that errors are always reported regardless of variable use.
2121+2222+### CLI
2323+2424+#### Added
2525+2626+- Errors from setting a scoped variable twice on the same node are now reported with source snippets for both statements involved.
2727+828## v0.9.2 -- 2023-04-14
9291030### Library
···20202121``` toml
2222[dependencies]
2323-tree-sitter-graph = "0.9"
2323+tree-sitter-graph = "0.10"
2424```
25252626To use it as a program, install it via `cargo install`: