Skip to content

Commit

Permalink
Merge pull request #292 from DerekStride/release-0.3.6
Browse files Browse the repository at this point in the history
chore(release): 0.3.6
  • Loading branch information
DerekStride authored Nov 19, 2024
2 parents d8180fe + 9cc4510 commit 6986221
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.6](https://github.com/derekstride/tree-sitter-sql/compare/v0.3.5...v0.3.6) (2024-11-19)


### Features

* add `cross join unnest with ordinality` ([b92c3e9](https://github.com/derekstride/tree-sitter-sql/commit/b92c3e9115d5d68d1cc53077b49c01f7d0109e0f))
* add `SHOW` commands ([66363f4](https://github.com/derekstride/tree-sitter-sql/commit/66363f4ef63ef2d890fd15dead084257ad27e0f2))
* drop constraint rule ([47892e4](https://github.com/derekstride/tree-sitter-sql/commit/47892e4d2d39a32b9c9e5879183dc29148219422))
* ON DUPLICATE KEY UPDATE ([711d867](https://github.com/derekstride/tree-sitter-sql/commit/711d867c62a26401541cf31deb124c15d396e4b1))


### Bug Fixes

* do not use windows-latest ([0e6f8df](https://github.com/derekstride/tree-sitter-sql/commit/0e6f8df55e0a863918a5cb53792bea4d367274c2))
* expose HIGHLIGHTS_QUERY in python bindings ([6df2e3e](https://github.com/derekstride/tree-sitter-sql/commit/6df2e3e1858eff4f48a43614b0922c4adb173d2e))
* fix external scanner references ([684c198](https://github.com/derekstride/tree-sitter-sql/commit/684c1989a9319c3b0620708671ef4703624dfc86))
* looser cc dep ([5564514](https://github.com/derekstride/tree-sitter-sql/commit/5564514f9bb14d8dffd8b8363d1a14e646425fda))
* package json scripts ([f642d6f](https://github.com/derekstride/tree-sitter-sql/commit/f642d6f4fcdf3a17a7f829d32204a4fb185acbdb))
* uncomment HIGHLIGHTS_QUERY in rust binding ([5d5b7c0](https://github.com/derekstride/tree-sitter-sql/commit/5d5b7c04ac66b8b2c876384342d1c942393d2d83))

## [0.3.5](https://github.com/derekstride/tree-sitter-sql/compare/v0.3.4...v0.3.5) (2024-08-09)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@derekstride/tree-sitter-sql",
"version": "0.3.5",
"version": "0.3.6",
"description": "Tree-sitter Grammar for SQL",
"main": "bindings/node",
"types": "bindings/node",
Expand Down Expand Up @@ -61,4 +61,4 @@
"queries/*",
"src/**"
]
}
}

0 comments on commit 6986221

Please sign in to comment.