Skip to content

Commit 0b42e19

Browse files
committed
publish: bump version 0.4.0
1 parent a398b9a commit 0b42e19

File tree

6 files changed

+72
-81
lines changed

6 files changed

+72
-81
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-commonlisp"
33
description = "Common Lisp grammar for the tree-sitter parsing library"
4-
version = "0.3.3"
4+
version = "0.4.0"
55
keywords = ["incremental", "parsing", "lisp"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/theHamsta/tree-sitter-commonlisp"

Makefile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 67 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-commonlisp",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "Tree-sitter grammar for Common Lisp",
55
"tree-sitter": [
66
{

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "tree-sitter-commonlisp"
77
description = "Commonlisp grammar for tree-sitter"
8-
version = "0.3.3"
8+
version = "0.4.0"
99
keywords = ["incremental", "parsing", "tree-sitter", "commonlisp"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)