Skip to content

Commit 1481dd0

Browse files
committed
bump version to v3.0.1
1 parent 651c2ff commit 1481dd0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-vimdoc"
3-
description = "Vim help file grammar for tree-sitter"
4-
version = "3.0.0"
3+
description = "Tree-sitter grammar for Vim help files"
4+
version = "3.0.1"
55
license = "Apache-2.0"
66
keywords = ["incremental", "parsing", "neovim", "vimdoc"]
77
categories = ["parsing", "text-editors"]
@@ -17,7 +17,7 @@ include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
1717
path = "bindings/rust/lib.rs"
1818

1919
[dependencies]
20-
tree-sitter = ">=0.21.0"
20+
tree-sitter = ">=0.25.0"
2121

2222
[build-dependencies]
2323
cc = "^1.0.89"

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.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tree-sitter-vimdoc"
7-
description = "Vim help file grammar for tree-sitter"
8-
version = "3.0.0"
7+
description = "Tree-sitter grammar for Vim help files"
8+
version = "3.0.1"
99
keywords = ["incremental", "parsing", "tree-sitter", "vimdoc"]
1010
classifiers = [
1111
"Intended Audience :: Developers",
@@ -25,7 +25,7 @@ readme = "README.md"
2525
Homepage = "https://github.com/neovim/tree-sitter-vimdoc"
2626

2727
[project.optional-dependencies]
28-
core = ["tree-sitter~=0.21"]
28+
core = ["tree-sitter~=0.25"]
2929

3030
[tool.cibuildwheel]
3131
build = "cp38-*"

0 commit comments

Comments
 (0)