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

Bump version to 0.5.1

Changed files
+19 -1
vscode
+6
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 ## 0.5.0 -- 2022-05-09 9 10 ### DSL
··· 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 + ## 0.5.1 -- 2022-05-11 9 + 10 + ### DSL 11 + 12 + - Reference the new VS Code extension in the README. 13 + 14 ## 0.5.0 -- 2022-05-09 15 16 ### DSL
+1 -1
Cargo.toml
··· 1 [package] 2 name = "tree-sitter-graph" 3 - version = "0.5.0" 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.5.1" 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/"
+12
vscode/CHANGELOG.md
···
··· 1 + # Changelog 2 + 3 + All notable changes to this project will be documented in this file. 4 + 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 + ## 0.1.0 -- 2022-05-11 9 + 10 + ### Added 11 + 12 + - Syntax highlighting for DSL files