WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 961c279

Browse files
authored
bump version to 0.6.0 (#89)
As an aside, some Cargo dependencies are updated due to how lockfile updates work with Cargo.
1 parent 46e480d commit 961c279

File tree

6 files changed

+19
-28
lines changed

6 files changed

+19
-28
lines changed

Cargo.lock

Lines changed: 13 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "tree-sitter-nim"
77
description = "nim grammar for the tree-sitter parsing library"
8-
version = "0.5.0"
8+
version = "0.6.0"
99
keywords = ["incremental", "parsing", "nim"]
1010
categories = ["parsing", "text-editors"]
1111
repository = "https://github.com/tree-sitter/tree-sitter-nim"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: CC0-1.0
22
# SPDX-FileCopyrightText: None
33

4-
VERSION := 0.5.0
4+
VERSION := 0.6.0
55

66
LANGUAGE_NAME := tree-sitter-nim
77

package-lock.json

Lines changed: 2 additions & 2 deletions
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-nim",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Tree-sitter grammar for Nim",
55
"main": "bindings/node",
66
"types": "bindings/node",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
[project]
1010
name = "tree-sitter-nim"
1111
description = "Nim grammar for tree-sitter"
12-
version = "0.5.0"
12+
version = "0.6.0"
1313
keywords = ["incremental", "parsing", "tree-sitter", "nim"]
1414
classifiers = [
1515
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)