Skip to content

Commit

Permalink
Merge pull request #264 from DerekStride/prep-release
Browse files Browse the repository at this point in the history
chore(release): 0.3.2
  • Loading branch information
matthias-Q authored Jul 25, 2024
2 parents b4f8462 + e44bf27 commit 3f2001f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.2](https://github.com/derekstride/tree-sitter-sql/compare/v0.3.0...v0.3.2) (2024-07-25)


### Features

* add if_not_exists rule to create database ([0c08b73](https://github.com/derekstride/tree-sitter-sql/commit/0c08b73a41849800982b6f2ca88ae67d72d18cce))

## 0.3.0 (2024-04-18)


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-sql"
description = "sql grammar for the tree-sitter parsing library"
version = "0.0.1"
version = "0.3.2"
keywords = ["incremental", "parsing", "sql"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/DerekStride/tree-sitter-sql"
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.1",
"version": "0.3.2",
"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 = "Sql grammar for tree-sitter"
version = "0.0.1"
version = "0.3.2"
keywords = ["incremental", "parsing", "tree-sitter", "sql"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 3f2001f

Please sign in to comment.