Skip to content

Commit 2249c44

Browse files
committed
bump version to v3.0.0
1 parent 1b177bd commit 2249c44

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-vimdoc"
33
description = "Vim help file grammar for tree-sitter"
4-
version = "2.5.1"
4+
version = "3.0.0"
55
license = "Apache-2.0"
66
keywords = ["incremental", "parsing", "neovim", "vimdoc"]
77
categories = ["parsing", "text-editors"]

Makefile

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

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-vimdoc",
3-
"version": "2.5.2-dev.0",
3+
"version": "3.0.0",
44
"description": "Vim help file grammar for tree-sitter",
55
"repository": "github:neovim/tree-sitter-vimdoc",
66
"author": "Thomas Vigouroux <[email protected]>",

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-vimdoc"
77
description = "Vim help file grammar for tree-sitter"
8-
version = "2.5.1"
8+
version = "3.0.0"
99
keywords = ["incremental", "parsing", "tree-sitter", "vimdoc"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)