From 7aa90e4166c8a73b34df98206c15b710f1564dde Mon Sep 17 00:00:00 2001 From: derekstride Date: Tue, 19 Nov 2024 15:05:00 -0500 Subject: [PATCH] fix: bump other versions to 0.3.6 and add to docs --- CMakeLists.txt | 2 +- CONTRIBUTING.md | 2 ++ Cargo.toml | 2 +- pyproject.toml | 2 +- tree-sitter.json | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d2e1808b..70322fbe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter-sql - VERSION "0.3.5" + VERSION "0.3.6" DESCRIPTION "Tree-sitter Grammar for SQL" HOMEPAGE_URL "git+https://github.com/derekstride/tree-sitter-sql.git" LANGUAGES C) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29cf772f..a6554538 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,6 +63,8 @@ number and preparing for a release. Run the following to generate the release: $ npm run release ``` +Ensure you also bump the version in `tree-sitter.json`, `Cargo.toml`, `pyproject.toml`, & `CMakeLists.txt` before pushing the changes. + Verify that all the changes are correct and push the updates to a new branch. ``` diff --git a/Cargo.toml b/Cargo.toml index 3566fcd8..5bed9179 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-sequel" description = "Tree-sitter Grammar for SQL" -version = "0.3.5" +version = "0.3.6" authors = ["derek stride"] license = "MIT" readme = "README.md" diff --git a/pyproject.toml b/pyproject.toml index ccaa4e95..a0d32446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-sql" description = "Tree-sitter Grammar for SQL" -version = "0.3.5" +version = "0.3.6" keywords = ["incremental", "parsing", "tree-sitter", "sql"] classifiers = [ "Intended Audience :: Developers", diff --git a/tree-sitter.json b/tree-sitter.json index 3cae84a0..bf8c7897 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -14,7 +14,7 @@ } ], "metadata": { - "version": "0.3.5", + "version": "0.3.6", "license": "MIT", "description": "Tree-sitter Grammar for SQL", "authors": [