Skip to content

Commit

Permalink
v0.5.0 (#50)
Browse files Browse the repository at this point in the history
0.5.0

Co-authored-by: takegue <takegue@users.noreply.github.com>
  • Loading branch information
takegue and takegue committed Aug 13, 2023
1 parent 6892242 commit de2c5cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tree-sitter-sql-bigquery"
description = "BigQuery SQL grammar for the tree-sitter parsing library"
authors = ["takegue <takegue@gmail.com>"]
version = "0.4.2"
version = "0.5.0"
keywords = ["incremental", "parsing", "sql", "bigquery", "tree-sitter"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/takegue/tree-sitter-sql-bigquery"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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": "tree-sitter-sql-bigquery",
"version": "0.4.2",
"version": "0.5.0",
"description": "SQL grammar fom tree-sitter",
"main": "bindings/node",
"scripts": {
Expand Down

0 comments on commit de2c5cc

Please sign in to comment.