Skip to content

Commit

Permalink
Merge pull request #266 from DerekStride/make-sure-to-build-scanner
Browse files Browse the repository at this point in the history
Make sure to build scanner
  • Loading branch information
DerekStride authored Jul 30, 2024
2 parents 1b420d6 + 7cd0515 commit 10d21e3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 22 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.3](https://github.com/derekstride/tree-sitter-sql/compare/v0.3.2...v0.3.3) (2024-07-30)


### Bug Fixes

* include scanner in rust bindings ([08adeb1](https://github.com/derekstride/tree-sitter-sql/commit/08adeb1cf90700ae74a19e33f6897191e3495bc3))

## [0.3.2](https://github.com/derekstride/tree-sitter-sql/compare/v0.3.0...v0.3.2) (2024-07-25)


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 = "sql grammar for the tree-sitter parsing library"
version = "0.3.2"
version = "0.3.3"
keywords = ["incremental", "parsing", "sql"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/DerekStride/tree-sitter-sql"
Expand Down
19 changes: 0 additions & 19 deletions bindings/rust/build.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2",
"version": "0.3.3",
"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.3.2"
version = "0.3.3"
keywords = ["incremental", "parsing", "tree-sitter", "sql"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 10d21e3

Please sign in to comment.