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

Bump patch version

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.11.3 -- 2024-05-29 9 + 10 + ### Library 11 + 12 + #### Fixed 13 + 14 + - Excerpts shown as part of errors now use formatting that works both in light and dark mode. 15 + 8 16 ## v0.11.2 -- 2024-03-08 9 17 10 18 ### DSL
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "tree-sitter-graph" 3 - version = "0.11.2" 3 + version = "0.11.3" 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/"