Skip to content

Commit

Permalink
bump version to 0.6.0 (#89)
Browse files Browse the repository at this point in the history
As an aside, some Cargo dependencies are updated due to how lockfile
updates work with Cargo.
  • Loading branch information
alaviss authored Apr 17, 2024
1 parent 46e480d commit 961c279
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 28 deletions.
35 changes: 13 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[package]
name = "tree-sitter-nim"
description = "nim grammar for the tree-sitter parsing library"
version = "0.5.0"
version = "0.6.0"
keywords = ["incremental", "parsing", "nim"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-nim"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: None

VERSION := 0.5.0
VERSION := 0.6.0

LANGUAGE_NAME := tree-sitter-nim

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-nim",
"version": "0.5.0",
"version": "0.6.0",
"description": "Tree-sitter grammar for Nim",
"main": "bindings/node",
"types": "bindings/node",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-nim"
description = "Nim grammar for tree-sitter"
version = "0.5.0"
version = "0.6.0"
keywords = ["incremental", "parsing", "tree-sitter", "nim"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 961c279

Please sign in to comment.