Skip to content

Commit

Permalink
Merge pull request #294 from DerekStride/release-0.3.7
Browse files Browse the repository at this point in the history
chore(release): 0.3.7
  • Loading branch information
DerekStride authored Nov 21, 2024
2 parents 65f278d + 86e8933 commit f11b888
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"metadata": {
"version": "0.3.6",
"version": "0.3.7",
"license": "MIT",
"description": "Tree-sitter Grammar for SQL",
"authors": [
Expand Down

0 comments on commit f11b888

Please sign in to comment.