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

Merge pull request #148 from tree-sitter/release

Release tree-sitter-graph v0.11.1

authored by Hendrik van Antwerpen and committed by GitHub 329b4c77 6712584c

Changed files
+5 -1
+4
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.11.1 -- 2024-03-06 9 + 10 + Updated the `tree-sitter` dependency to include the required minimal patch version. 11 + 8 12 ## v0.11.0 -- 2023-07-17 9 13 10 14 ### Library
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "tree-sitter-graph" 3 - version = "0.11.0" 3 + version = "0.11.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/"