Skip to content

Commit

Permalink
0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Jul 26, 2023
1 parent 3c35178 commit bbaa67a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-go"
description = "Go grammar for the tree-sitter parsing library"
version = "0.19.1"
description = "Go grammar for tree-sitter"
version = "0.20.0"
authors = [
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
"Douglas Creager <dcreager@dcreager.net>",
Expand All @@ -12,6 +12,7 @@ keywords = ["incremental", "parsing", "go"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-go"
edition = "2018"
autoexamples = false

build = "bindings/rust/build.rs"
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
Expand All @@ -20,7 +21,7 @@ include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = ">= 0.19, < 0.21"
tree-sitter = ">= 0.20, < 0.21"

[build-dependencies]
cc = "1.0"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.19.1
VERSION := 0.20.0

# Repository
SRC_DIR := src
Expand Down
4 changes: 2 additions & 2 deletions bindings/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ way.)

```toml
[dependencies]
tree-sitter = "0.20"
tree-sitter-go = "0.19"
tree-sitter = "0.20.10"
tree-sitter-go = "0.20.0"
```

Typically, you will use the [language][language] function to add this
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-go",
"version": "0.19.1",
"version": "0.20.0",
"description": "Go grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-google": "^0.14.0",
"tree-sitter-cli": "^0.20.6"
"tree-sitter-cli": "^0.20.8"
},
"scripts": {
"build": "tree-sitter generate && node-gyp build",
Expand Down

0 comments on commit bbaa67a

Please sign in to comment.