Skip to content

Releases: LukasNiessen/ArchUnitPython

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)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 21:14

1.2.0 (2026-06-27)

Features

  • add graph reporting and sponsorship links (6d5eabc)

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 23 Jun 20:18

1.1.2 (2026-06-23)

Bug Fixes

  • fixed the duplicate key issue (283e8e3)
  • wrap long line in extract_graph to pass ruff E501 (f291181)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 24 May 07:41

1.1.1 (2026-05-24)

Bug Fixes

  • deps: bump actions/upload-pages-artifact (a4452fc)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 15:31

1.1.0 (2026-04-26)

Bug Fixes

Features

  • add external dependencies and TYPE_CHECKING (02b8d01)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 02 Apr 11:32

1.0.1 (2026-04-02)

Bug Fixes

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 11:13

1.0.0 (2026-04-02)

  • feat!: rename package from archunitpy to archunitpython (95c0b3a)

Bug Fixes

BREAKING CHANGES

  • Package import changed from import archunitpy to
    import archunitpython.

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com