Skip to content

Commit 6f492fa

Browse files
committed
Bump to version 0.7.0
1 parent 345206d commit 6f492fa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-d"
33
description = "d grammar for the tree-sitter parsing library"
4-
version = "0.6.1"
4+
version = "0.7.0"
55
keywords = ["incremental", "parsing", "d"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/gdamore/tree-sitter-d"

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.1
1+
0.7.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-d",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "d grammar for tree-sitter",
55
"main": "bindings/node",
66
"types": "bindings/node",

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

tree-sitter-d.pc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=${prefix}/include
55
Name: tree-sitter-d
66
Description: D grammar for tree-sitter
77
URL: https://github.com/gdamore/tree-sitter-d
8-
Version: 0.6.1
8+
Version: 0.7.0
99
Requires:
1010
Libs: -L${libdir} -ltree-sitter-d
1111
Cflags: -I${includedir}

0 commit comments

Comments
 (0)