Skip to content

Commit ff2c6cd

Browse files
committed
chore: bump version to 1.5.1
1 parent 09a3baf commit ff2c6cd

File tree

5 files changed

+73
-43
lines changed

5 files changed

+73
-43
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-tact"
33
description = "Tact grammar for the tree-sitter"
4-
version = "1.5.0"
4+
version = "1.5.1"
55
authors = ["Novus Nota (https://github.com/novusnota)"]
66
license = "MIT"
77
keywords = ["incremental", "parsing", "tact"]

Diff for: Makefile

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package-lock.json

+69-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-tact",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "A tree-sitter grammar for the Tact programming language",
55
"author": "Novus Nota (https://github.com/novusnota)",
66
"license": "MIT",

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "tree-sitter-tact"
77
description = "Tact grammar for tree-sitter"
8-
version = "1.5.0"
8+
version = "1.5.1"
99
keywords = ["incremental", "parsing", "tree-sitter", "tact"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)