Skip to content

Commit

Permalink
0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Sep 3, 2024
1 parent 8ff7ef0 commit 14beb5e
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 23 deletions.
47 changes: 32 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-ocaml"
description = "OCaml grammar for tree-sitter"
version = "0.22.0"
version = "0.23.0"
license = "MIT"
readme = "bindings/rust/README.md"
keywords = ["incremental", "parsing", "tree-sitter", "ocaml"]
Expand All @@ -20,7 +20,7 @@ include = [
"grammars/interface/src",
"grammars/type/grammar.js",
"grammars/type/src",
"queries"
"queries",
]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion common/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT)
$(error Windows is not supported)
endif

VERSION := 0.22.0
VERSION := 0.23.0

# repository
SRC_DIR := src
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-ocaml",
"version": "0.22.0",
"version": "0.23.0",
"description": "OCaml grammar for tree-sitter",
"repository": "github:tree-sitter/tree-sitter-ocaml",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-ocaml"
description = "OCaml grammar for tree-sitter"
version = "0.22.0"
version = "0.23.0"
keywords = ["incremental", "parsing", "tree-sitter", "ocaml"]
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Compilers",
"Topic :: Text Processing :: Linguistic",
"Typing :: Typed"
"Typing :: Typed",
]
requires-python = ">=3.9"
license.text = "MIT"
Expand Down

0 comments on commit 14beb5e

Please sign in to comment.