Skip to content

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 28 Jun 23:04

1.2.1 (2026-06-28)

Bug Fixes

  • extract_graph: validate AST line number before range lookup (84c9ef4)

Performance Improvements

  • extract_graph: optimize file path normalization (14b4a95)
  • extract_graph: replace linear search in _in_type_checking() with binary search (1285b5e)

Reverts

  • Reverted the binary search implementation in _in_type_checking() function. (d06a455)