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

Bump patch version

Changed files
+7 -1
+6
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.5 -- 2023-06-26 9 + 10 + #### Fixed 11 + 12 + - A panic that sometimes occurred in lazy execution mode. 13 + 8 14 ## v0.10.4 -- 2023-06-02 9 15 10 16 ### Library
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "tree-sitter-graph" 3 - version = "0.10.4" 3 + version = "0.10.5" 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/"