diff --git a/CHANGELOG.md b/CHANGELOG.md index 291e639..ab69791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.3.7](https://github.com/derekstride/tree-sitter-sql/compare/v0.3.6...v0.3.7) (2024-11-21) + + +### Bug Fixes + +* bump other versions to 0.3.6 and add to docs ([7aa90e4](https://github.com/derekstride/tree-sitter-sql/commit/7aa90e4166c8a73b34df98206c15b710f1564dde)) + ## [0.3.6](https://github.com/derekstride/tree-sitter-sql/compare/v0.3.5...v0.3.6) (2024-11-19) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70322fb..faaef1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter-sql - VERSION "0.3.6" + VERSION "0.3.7" DESCRIPTION "Tree-sitter Grammar for SQL" HOMEPAGE_URL "git+https://github.com/derekstride/tree-sitter-sql.git" LANGUAGES C) diff --git a/Cargo.toml b/Cargo.toml index 5bed917..6f1d067 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.6" +version = "0.3.7" authors = ["derek stride"] license = "MIT" readme = "README.md" diff --git a/package.json b/package.json index 6e11a97..85b6efe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@derekstride/tree-sitter-sql", - "version": "0.3.6", + "version": "0.3.7", "description": "Tree-sitter Grammar for SQL", "main": "bindings/node", "types": "bindings/node", diff --git a/pyproject.toml b/pyproject.toml index a0d3244..c5ab786 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.6" +version = "0.3.7" keywords = ["incremental", "parsing", "tree-sitter", "sql"] classifiers = [ "Intended Audience :: Developers", diff --git a/tree-sitter.json b/tree-sitter.json index bf8c789..463f62f 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -14,7 +14,7 @@ } ], "metadata": { - "version": "0.3.6", + "version": "0.3.7", "license": "MIT", "description": "Tree-sitter Grammar for SQL", "authors": [