Skip to content

v1.2.0

Compare
Choose a tag to compare
@novusnota novusnota released this 03 Apr 08:40
· 18 commits to main since this release
319a322

Commits since the last tag: https://github.com/tact-lang/tree-sitter-tact/commits/v1.2.0
Related release in Tact's repo: https://github.com/tact-lang/tact/releases/tag/v1.2.0

Now an onward

  1. tree-sitter-tact will try to follow Tact compiler updates as soon as they are merged to its main branch. Note, that there would be no additional changelog on top of the one in the main repo.
  2. With every update of Tree-sitter grammar of Tact, one must update in the same PR:
    • All the related queries
    • All the related tests (and make sure that they pass!)
  3. Every tool which targets development versions of Tact and uses tree-sitter-tact should always specify the main branch of tree-sitter-tact as a dependency. If the tool targets only release versions of Tact, it should also only target release versions of tree-sitter-tact, which would be tagged the same (i.e. tact release v1.2.0 would mean, that there's or soon to be made a tree-sitter-tact release v1.2.0).