fork of https://github.com/tree-sitter/tree-sitter-graph

Bump patch version and update changelog

Changed files
+9 -1
+8
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## v0.10.1 -- 2023-05-15 9 + 10 + ### Library 11 + 12 + #### Added 13 + 14 + - The `ast::File::try_visit_matches` method can be used to execute the stanza query matching without executing the stanza bodies. 15 + 8 16 ## v0.10.0 -- 2023-05-10 9 17 10 18 ### DSL
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "tree-sitter-graph" 3 - version = "0.10.0" 3 + version = "0.10.1" 4 4 description = "Construct graphs from parsed source code" 5 5 homepage = "https://github.com/tree-sitter/tree-sitter-graph/" 6 6 repository = "https://github.com/tree-sitter/tree-sitter-graph/"