From 61024f2f5fe7fc8297e3cdce7bdf485cc2e7759c Mon Sep 17 00:00:00 2001 From: Pedro Castro Date: Sun, 26 Apr 2026 10:07:39 -0300 Subject: [PATCH] Bump to v6.0.0 --- CMakeLists.txt | 2 +- Cargo.toml | 2 +- Makefile | 2 +- package.json | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dc0eafc..b3d16a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter-rescript - VERSION "5.0.0" + VERSION "6.0.0" DESCRIPTION "ReScript parser for Tree-Sitter" HOMEPAGE_URL "https://github.com/tree-sitter/tree-sitter-rescript" LANGUAGES C) diff --git a/Cargo.toml b/Cargo.toml index 158e0f9..779ea24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-rescript" description = "rescript grammar for the tree-sitter parsing library" -version = "0.0.1" +version = "6.0.0" keywords = ["incremental", "parsing", "rescript"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter-rescript" diff --git a/Makefile b/Makefile index ae01f0d..128ebfa 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ LANGUAGE_NAME := tree-sitter-rescript HOMEPAGE_URL := https://github.com/tree-sitter/tree-sitter-rescript -VERSION := 5.0.0 +VERSION := 6.0.0 # repository SRC_DIR := src diff --git a/package.json b/package.json index 62f7c1f..2ffd418 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-rescript", - "version": "1.2.0", + "version": "6.0.0", "main": "bindings/node", "author": "Victor Nakoryakov", "type": "module", diff --git a/pyproject.toml b/pyproject.toml index b9c750f..39f0f04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-rescript" description = "ReScript parser for Tree-Sitter" -version = "5.0.0" +version = "6.0.0" keywords = ["incremental", "parsing", "tree-sitter", "rescript"] classifiers = [ "Intended Audience :: Developers",