Skip to content

code_ast v0.1.1: Bug Fixes and dependency issues

Latest
Compare
Choose a tag to compare
@cedricrupb cedricrupb released this 14 Jan 08:29
· 2 commits to main since this release

This is a small intermediate release for fixing bugs and adding a few minor feature requests.

Main changes:

  • code_ast will now temporarily enforce tree_sitter==0.21.3 during installation
  • code_ast now supports pre-compiled language libraries with tree_sitter_languages
  • Some minor dependency updates.