DerekStride / tree-sitter-sql

SQL grammar for tree-sitter
http://derek.stride.host/tree-sitter-sql/
MIT License
158 stars 54 forks source link

fix: bump other versions to 0.3.6 and add to docs #293

Closed DerekStride closed 2 days ago

DerekStride commented 3 days ago

What

I forgot that we need to manually update the version numbers for some of the other dependencies. I added a mention of it to the CONTRIBUTING.md docs so we don't forget again.

DerekStride commented 3 days ago

@matthias-Q I updated the version numbers here but there was a bug in the pypi release workflow and I put up a PR to fix it here: https://github.com/tree-sitter/workflows/pull/19

After that's merged we can retry the release workflow.

mwhitworth commented 1 day ago

I see the tree-sitter-sequel Rust crate version still at v0.3.5 - ref https://crates.io/crates/tree-sitter-sequel/

matthias-Q commented 1 day ago

@DerekStride do you want to do a follow up to trigger the release of python/rust packages to >0.3.5?