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

Bump versions and update changelog

Changed files
+10 -2
vscode
+8
CHANGELOG.md
··· 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## v0.10.2 -- 2023-05-25 9 10 ### Library
··· 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 + ## v0.10.3 -- 2023-06-02 9 + 10 + ### DSL 11 + 12 + #### Added 13 + 14 + - Scoped variables can be inherited by child nodes by specifying `inherit .var_name` as part of the source. Using `@node.var_name` will either use the value set on the node itself, or otherwise the one set on the closest enclosing node. 15 + 16 ## v0.10.2 -- 2023-05-25 17 18 ### Library
+1 -1
Cargo.toml
··· 1 [package] 2 name = "tree-sitter-graph" 3 - version = "0.10.2" 4 description = "Construct graphs from parsed source code" 5 homepage = "https://github.com/tree-sitter/tree-sitter-graph/" 6 repository = "https://github.com/tree-sitter/tree-sitter-graph/"
··· 1 [package] 2 name = "tree-sitter-graph" 3 + version = "0.10.3" 4 description = "Construct graphs from parsed source code" 5 homepage = "https://github.com/tree-sitter/tree-sitter-graph/" 6 repository = "https://github.com/tree-sitter/tree-sitter-graph/"
+1 -1
vscode/package.json
··· 1 { 2 "name": "tree-sitter-graph", 3 - "version": "0.1.0", 4 "publisher": "tree-sitter", 5 "engines": { 6 "vscode": "^1.60.0"
··· 1 { 2 "name": "tree-sitter-graph", 3 + "version": "0.1.1", 4 "publisher": "tree-sitter", 5 "engines": { 6 "vscode": "^1.60.0"