Skip to content

Commit

Permalink
Merge pull request #273 from DerekStride/bump-version-5
Browse files Browse the repository at this point in the history
chore(release): 0.3.5
  • Loading branch information
matthias-Q authored Aug 9, 2024
2 parents c9eedc9 + c4141ae commit 5362315
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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


### Bug Fixes

* **ci:** pass the `--allow-dirty` flag to cargo publish ([b83741a](https://github.com/derekstride/tree-sitter-sql/commit/b83741a7df4a70588cf93c8ae93b08a9790dc830))
* **ci:** use generate option to generate parser files ([b592ed3](https://github.com/derekstride/tree-sitter-sql/commit/b592ed3271128778366560d63f08d3d574dcc351))
* **python:** add scanner to setup.py ([c9ac532](https://github.com/derekstride/tree-sitter-sql/commit/c9ac532630b76e948aac7ffcdaec9855b9b80737))

## [0.3.4](https://github.com/derekstride/tree-sitter-sql/compare/v0.3.3...v0.3.4) (2024-08-07)


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.4"
version = "0.3.5"
keywords = ["incremental", "parsing", "sql"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/DerekStride/tree-sitter-sql"
Expand Down
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.4",
"version": "0.3.5",
"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.4"
version = "0.3.5"
keywords = ["incremental", "parsing", "tree-sitter", "sql"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 5362315

Please sign in to comment.