Skip to content

Commit

Permalink
v0.4.0 release
Browse files Browse the repository at this point in the history
Changed description to include PlusCal
Added @susliko as author/contributor
  • Loading branch information
ahelwer committed Jan 23, 2022
1 parent de8f90f commit ffa98bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit ffa98bb

Please sign in to comment.