Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Feb 14:44

[2.0.0] - 2026-02-20

This is a major rewrite, moving to a single-threaded async runtime, with actors.
(aacb30f)

Some of the things done are arguably unnecessary, granted, but also as always,
it's a serious project where I get to try and learn to do things at the same
time.

Some people call it fun, believe it or not …

Features

  • cache: new Skips rebuilding when no changes are found
    • Skip useless rebuilds and --force to override - (5910ad7)
    • Handle targets of --target=all - (2a0d445)
  • lock: new
  • cli: Tag each downloaded tree-sitter cli with its proper version - (a8987d9)

Bug Fixes

  • build: Generate file name with prefix and extension on build - (0e2a8b4)
  • build: Copy exact files, or best match when possible - (c1cce92)
  • build: --force = --fresh when installing - (55b07a4)
  • display: Integer math - (42ad2d0)