Skip to content

0.10.13

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 16:19
· 966 commits to master since this release
0.10.13
  • Modified CI pipelines to publish additional pre-built grammar bundles. Their filenames include the platform they are built for. The files without platform in their name will eventually be deprecated.
    • tree-sitter-grammars.x86_64-apple-darwin.v<version>.tar.gz (same as tree-sitter-grammars-macos-<version>.tar.gz)
    • tree-sitter-grammars.x86_64-unknown-linux-gnu.v<version>.tar.gz (same as tree-sitter-grammars-linux-<version>.tar.gz)
    • tree-sitter-grammars.x86_64-pc-windows-msvc.v<version>.tar.gz (same as tree-sitter-grammars-windows-<version>.tar.gz)
    • tree-sitter-grammars.aarch64-apple-darwin.v<version>.tar.gz (new, for Apple Silicon)