Skip to content

Commit cb6c051

Browse files
authored
Merge pull request #271 from DerekStride/v0.3.4
chore(release): 0.3.4
2 parents 76d06d8 + ed8b764 commit cb6c051

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.4](https://github.com/derekstride/tree-sitter-sql/compare/v0.3.3...v0.3.4) (2024-08-07)
6+
7+
8+
### Features
9+
10+
* publish package to pypi ([c4705cd](https://github.com/derekstride/tree-sitter-sql/commit/c4705cd3b490bd75e3799229c820251b53b10f6a))
11+
12+
13+
### Bug Fixes
14+
15+
* **ci:** generate the parser artifacts before cargo publish ([66e754e](https://github.com/derekstride/tree-sitter-sql/commit/66e754e9a9480369b99f45b7bfce2ebac1d7a615))
16+
517
## [0.3.3](https://github.com/derekstride/tree-sitter-sql/compare/v0.3.2...v0.3.3) (2024-07-30)
618

719

Cargo.toml

Lines changed: 2 additions & 2 deletions
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.3"
4+
version = "0.3.4"
55
keywords = ["incremental", "parsing", "sql"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/DerekStride/tree-sitter-sql"
@@ -20,7 +20,7 @@ include = [
2020
path = "bindings/rust/lib.rs"
2121

2222
[dependencies]
23-
tree-sitter = ">=0.21.0"
23+
tree-sitter = ">=0.22.0"
2424

2525
[build-dependencies]
2626
cc = "~1.0.90"

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.3",
3+
"version": "0.3.4",
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.3"
8+
version = "0.3.4"
99
keywords = ["incremental", "parsing", "tree-sitter", "sql"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)