Tags: LukasNiessen/ArchUnitPython
Tags
chore(release): 1.2.1 [skip ci] ## [1.2.1](v1.2.0...v1.2.1) (2026-06-28) ### Bug Fixes * **extract_graph:** validate AST line number before range lookup ([84c9ef4](84c9ef4)) ### Performance Improvements * **extract_graph:** optimize file path normalization ([14b4a95](14b4a95)) * **extract_graph:** replace linear search in `_in_type_checking()` with binary search ([1285b5e](1285b5e)) ### Reverts * Reverted the binary search implementation in `_in_type_checking()` function. ([d06a455](d06a455))
chore(release): 1.0.0 [skip ci] # 1.0.0 (2026-04-02) * feat!: rename package from archunitpy to archunitpython ([95c0b3a](95c0b3a)) ### Bug Fixes * **deps:** bump the actions-updates group with 7 updates ([54521e4](54521e4)) * lint issues ([d69666b](d69666b)) * pypi packaging config ([5bc8b8e](5bc8b8e)) * README ([9d41438](9d41438)) * resolve all ruff lint errors ([3a349f9](3a349f9)) * update README ([e3e8949](e3e8949)) ### BREAKING CHANGES * Package import changed from `import archunitpy` to `import archunitpython`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>