Skip to content

Releases: jeroenvervaeke/treesitter-types

v0.2.0

04 Apr 23:51

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.2.0] - 2026-04-04

Bug Fixes

  • Prevent stack overflow on deeply nested ASTs using stacker (#18)

Refactoring

  • Stop re-exporting maybe_grow_stack from crate root (#19)

v0.1.2

01 Apr 21:18

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.1.2] - 2026-04-01

Bug Fixes

  • (ci) Replace hardcoded publish dry-run with workspace flag (#17)

Miscellaneous

  • (deps) Bump tree-sitter from 0.25.10 to 0.26.7 in the tree-sitter group across 1 directory (#7)
  • Add README, badges, and crates.io metadata (#16)

v0.1.1

01 Apr 12:00
43889f0

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.1.1] - 2026-04-01

Bug Fixes

  • (ci) Use variables for git identity instead of API lookup (#15)
  • (ci) Use GitHub App token for release workflow (#14)
  • (ci) Use official crates-io-auth-action for trusted publishing (#13)
  • (ci) Remove unsupported copilot review param from ruleset
  • (ci) Use ADMIN_TOKEN secret for ruleset sync

CI

  • Add dependabot for cargo and github-actions (#4)
  • Add on-demand publish workflow (#3)
  • Add CI workflow and enforce squash merges (#1)
  • Auto-apply branch rulesets on push to master
  • Add branch ruleset for master

Documentation

  • Add crate-level documentation to all crates (#10)

Features

  • Add pre-generated type crates for 20 new tree-sitter languages (#9)
  • Add pre-generated type crates for 5 languages (#2)
  • Implement Spanned for all generated enums and AnyNode
  • Initial implementation of treesitter-types

Miscellaneous

  • Use trusted publishing for crates.io (#12)
  • Set up cargo-release with git-cliff integration (#11)
  • (deps) Bump actions/checkout from 4 to 6 (#5)
  • (deps) Bump amannn/action-semantic-pull-request from 5 to 6 (#6)
  • (deps) Bump extractions/setup-just from 2 to 3 (#8)
  • Trigger ruleset sync
  • Trigger ruleset sync
  • Add CODEOWNERS
  • Add version to treesitter-types-macros path dependency