Skip to content

Commit 10d21e3

Browse files
authored
Merge pull request #266 from DerekStride/make-sure-to-build-scanner
Make sure to build scanner
2 parents 1b420d6 + 7cd0515 commit 10d21e3

File tree

5 files changed

+10
-22
lines changed

5 files changed

+10
-22
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.3](https://github.com/derekstride/tree-sitter-sql/compare/v0.3.2...v0.3.3) (2024-07-30)
6+
7+
8+
### Bug Fixes
9+
10+
* include scanner in rust bindings ([08adeb1](https://github.com/derekstride/tree-sitter-sql/commit/08adeb1cf90700ae74a19e33f6897191e3495bc3))
11+
512
## [0.3.2](https://github.com/derekstride/tree-sitter-sql/compare/v0.3.0...v0.3.2) (2024-07-25)
613

714

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.2"
4+
version = "0.3.3"
55
keywords = ["incremental", "parsing", "sql"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/DerekStride/tree-sitter-sql"

bindings/rust/build.rs

Lines changed: 0 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)