We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c02705 commit 9b86399Copy full SHA for 9b86399
3 files changed
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "tree-sitter-gomod"
3
description = "gomod grammar for the tree-sitter parsing library"
4
-version = "1.0.0"
+version = "1.0.1"
5
keywords = ["incremental", "parsing", "gomod"]
6
categories = ["parsing", "text-editors"]
7
repository = "https://github.com/tree-sitter/tree-sitter-go-mod"
Makefile
@@ -1,4 +1,4 @@
-VERSION := 0.1.0
+VERSION := 1.0.1
# Repository
SRC_DIR := src
package.json
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-gomod",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "A tree-sitter grammar for go.mod files",
"main": "bindings/node",
"scripts": {
0 commit comments