Skip to content

Commit

Permalink
Merge pull request #271 from DerekStride/v0.3.4
Browse files Browse the repository at this point in the history
chore(release): 0.3.4
  • Loading branch information
matthias-Q authored Aug 8, 2024
2 parents 76d06d8 + ed8b764 commit cb6c051
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.4](https://github.com/derekstride/tree-sitter-sql/compare/v0.3.3...v0.3.4) (2024-08-07)


### Features

* publish package to pypi ([c4705cd](https://github.com/derekstride/tree-sitter-sql/commit/c4705cd3b490bd75e3799229c820251b53b10f6a))


### Bug Fixes

* **ci:** generate the parser artifacts before cargo publish ([66e754e](https://github.com/derekstride/tree-sitter-sql/commit/66e754e9a9480369b99f45b7bfce2ebac1d7a615))

## [0.3.3](https://github.com/derekstride/tree-sitter-sql/compare/v0.3.2...v0.3.3) (2024-07-30)


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

[dependencies]
tree-sitter = ">=0.21.0"
tree-sitter = ">=0.22.0"

[build-dependencies]
cc = "~1.0.90"
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.3",
"version": "0.3.4",
"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.3"
version = "0.3.4"
keywords = ["incremental", "parsing", "tree-sitter", "sql"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit cb6c051

Please sign in to comment.