Skip to content

Commit 5362315

Browse files
authored
Merge pull request #273 from DerekStride/bump-version-5
chore(release): 0.3.5
2 parents c9eedc9 + c4141ae commit 5362315

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## [0.3.5](https://github.com/derekstride/tree-sitter-sql/compare/v0.3.4...v0.3.5) (2024-08-09)
6+
7+
8+
### Bug Fixes
9+
10+
* **ci:** pass the `--allow-dirty` flag to cargo publish ([b83741a](https://github.com/derekstride/tree-sitter-sql/commit/b83741a7df4a70588cf93c8ae93b08a9790dc830))
11+
* **ci:** use generate option to generate parser files ([b592ed3](https://github.com/derekstride/tree-sitter-sql/commit/b592ed3271128778366560d63f08d3d574dcc351))
12+
* **python:** add scanner to setup.py ([c9ac532](https://github.com/derekstride/tree-sitter-sql/commit/c9ac532630b76e948aac7ffcdaec9855b9b80737))
13+
514
## [0.3.4](https://github.com/derekstride/tree-sitter-sql/compare/v0.3.3...v0.3.4) (2024-08-07)
615

716

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-sequel"
33
description = "sql grammar for the tree-sitter parsing library"
4-
version = "0.3.4"
4+
version = "0.3.5"
55
keywords = ["incremental", "parsing", "sql"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/DerekStride/tree-sitter-sql"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@derekstride/tree-sitter-sql",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Tree-sitter Grammar for SQL",
55
"main": "bindings/node",
66
"types": "bindings/node",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "tree-sitter-sql"
77
description = "Sql grammar for tree-sitter"
8-
version = "0.3.4"
8+
version = "0.3.5"
99
keywords = ["incremental", "parsing", "tree-sitter", "sql"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)