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

Merge pull request #115 from tree-sitter/release-0.7.0

authored by Hendrik van Antwerpen and committed by GitHub 94530326 21b7c9a3

+1 -1
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 - ## Unreleased 8 + ## 0.7.0 -- 2022-10-18 9 9 10 10 ### DSL 11 11
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "tree-sitter-graph" 3 - version = "0.6.1" 3 + version = "0.7.0" 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/"
+1 -1
README.md
··· 18 18 19 19 ``` toml 20 20 [dependencies] 21 - tree-sitter-graph = "0.6" 21 + tree-sitter-graph = "0.7" 22 22 ``` 23 23 24 24 To use it as a program, install it via `cargo install`: