From ffa98bbbd80e425f07e92bf511e64c8b0dffc1c7 Mon Sep 17 00:00:00 2001 From: Andrew Helwer Date: Sun, 23 Jan 2022 09:32:54 -0500 Subject: [PATCH] v0.4.0 release Changed description to include PlusCal Added @susliko as author/contributor --- Cargo.toml | 10 +++++----- package.json | 6 ++++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8cadba2..638ef47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "tree-sitter-tlaplus" -description = "A tree-sitter grammar for TLA+" -version = "0.3.0" -authors = ["Andrew Helwer"] +description = "A tree-sitter grammar for TLA+ and PlusCal" +version = "0.4.0" +authors = ["Andrew Helwer", "Vasiliy Morkovkin"] license = "MIT" readme = "README.md" -keywords = ["tlaplus", "tree-sitter", "grammar", "parser"] +keywords = ["tlaplus", "pluscal", "tree-sitter", "grammar", "parser"] categories = ["parsing", "text-editors"] repository = "https://github.com/tlaplus-community/tree-sitter-tlaplus" edition = "2018" @@ -23,7 +23,7 @@ include = [ path = "bindings/rust/lib.rs" [dependencies] -tree-sitter = "0.20.0" +tree-sitter = "0.20.3" [build-dependencies] cc = "1.0" diff --git a/package.json b/package.json index c524db3..96a25fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tlaplus/tree-sitter-tlaplus", - "version": "0.3.0", - "description": "A tree-sitter grammar for TLA+", + "version": "0.4.0", + "description": "A tree-sitter grammar for TLA+ and PlusCal", "main": "bindings/node", "scripts": { "test": "tree-sitter test" @@ -12,11 +12,13 @@ }, "keywords": [ "TLA+", + "PlusCal", "tree-sitter", "grammar", "parser" ], "author": "Andrew Helwer", + "contributors": ["Vasiliy Morkovkin"], "license": "MIT", "bugs": { "url": "https://github.com/tlaplus-community/tree-sitter-tlaplus/issues"