Skip to content

Commit 33fe854

Browse files
Gilles Roustangbprod
authored andcommitted
chore: bump version
1 parent f912e0e commit 33fe854

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.13)
22

33
project(tree-sitter-gitcommit
4-
VERSION "0.4.0"
4+
VERSION "0.5.0"
55
DESCRIPTION "A tree-sitter grammar for git commit messages"
66
HOMEPAGE_URL "https://github.com/gbprod/tree-sitter-gitcommit"
77
LANGUAGES C)

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-gitcommit"
33
description = "gitcommit grammar for the tree-sitter parsing library"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
keywords = ["incremental", "parsing", "gitcommit"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/gbprod/tree-sitter-gitcommit"

package-lock.json

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.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-gitcommit",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A tree-sitter grammar for git commit messages",
55
"main": "bindings/node",
66
"types": "bindings/node",

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-gitcommit"
77
description = "Gitcommit grammar for tree-sitter"
8-
version = "0.0.1"
8+
version = "0.5.0"
99
keywords = ["incremental", "parsing", "tree-sitter", "gitcommit"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

tree-sitter.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"metadata": {
17-
"version": "0.4.0",
17+
"version": "0.5.0",
1818
"license": "WTFPL",
1919
"description": "A tree-sitter grammar for git commit messages",
2020
"authors": [
@@ -37,4 +37,4 @@
3737
"swift": true,
3838
"zig": false
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)