Skip to content

Commit

Permalink
Merge pull request #293 from DerekStride/fix-0.3.6
Browse files Browse the repository at this point in the history
fix: bump other versions to 0.3.6 and add to docs
  • Loading branch information
DerekStride authored Nov 20, 2024
2 parents 6986221 + 7aa90e4 commit 65f278d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)

project(tree-sitter-sql
VERSION "0.3.5"
VERSION "0.3.6"
DESCRIPTION "Tree-sitter Grammar for SQL"
HOMEPAGE_URL "git+https://github.com/derekstride/tree-sitter-sql.git"
LANGUAGES C)
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ number and preparing for a release. Run the following to generate the release:
$ npm run release
```
Ensure you also bump the version in `tree-sitter.json`, `Cargo.toml`, `pyproject.toml`, & `CMakeLists.txt` before pushing the changes.
Verify that all the changes are correct and push the updates to a new branch.
```
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 = "Tree-sitter Grammar for SQL"
version = "0.3.5"
version = "0.3.6"
authors = ["derek stride"]
license = "MIT"
readme = "README.md"
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 = "Tree-sitter Grammar for SQL"
version = "0.3.5"
version = "0.3.6"
keywords = ["incremental", "parsing", "tree-sitter", "sql"]
classifiers = [
"Intended Audience :: Developers",
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"metadata": {
"version": "0.3.5",
"version": "0.3.6",
"license": "MIT",
"description": "Tree-sitter Grammar for SQL",
"authors": [
Expand Down

0 comments on commit 65f278d

Please sign in to comment.