Skip to content

Commit cf40208

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2026-05-27) * feat!: rename package from archunitpy to archunitpython ([95c0b3a](95c0b3a)) ### Bug Fixes * **deps:** bump actions/upload-pages-artifact ([a4452fc](a4452fc)) * **deps:** bump the actions-updates group with 7 updates ([54521e4](54521e4)) * lint issues ([d69666b](d69666b)) * linting errors ([bae7613](bae7613)) * pypi packaging config ([5bc8b8e](5bc8b8e)) * README ([9d41438](9d41438)) * resolve all ruff lint errors ([3a349f9](3a349f9)) * update readme ([70ff6ad](70ff6ad)) * update readme ([066189f](066189f)) * update README ([e3e8949](e3e8949)) * version bumps ([19e5eb7](19e5eb7)) ### Features * add external dependencies and TYPE_CHECKING ([02b8d01](02b8d01)) ### BREAKING CHANGES * Package import changed from `import archunitpy` to `import archunitpython`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 266b91d commit cf40208

3 files changed

Lines changed: 35 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# 1.0.0 (2026-05-27)
2+
3+
4+
* feat!: rename package from archunitpy to archunitpython ([95c0b3a](https://github.com/DebanKsahu/ArchUnitPython/commit/95c0b3a0047534302f04e42c0bfca3389c9926bf))
5+
6+
7+
### Bug Fixes
8+
9+
* **deps:** bump actions/upload-pages-artifact ([a4452fc](https://github.com/DebanKsahu/ArchUnitPython/commit/a4452fce2ce9428882cf686227de9f09cb6a21b1))
10+
* **deps:** bump the actions-updates group with 7 updates ([54521e4](https://github.com/DebanKsahu/ArchUnitPython/commit/54521e492256dcd1f612f119ae03ec87a08dd0c1))
11+
* lint issues ([d69666b](https://github.com/DebanKsahu/ArchUnitPython/commit/d69666b9cb179225d5520f696035e5ca28f2b7ff))
12+
* linting errors ([bae7613](https://github.com/DebanKsahu/ArchUnitPython/commit/bae761376817a858a622f2320da3a4596823c891))
13+
* pypi packaging config ([5bc8b8e](https://github.com/DebanKsahu/ArchUnitPython/commit/5bc8b8eec35b5dcdd8cb391216181963970e4e6e))
14+
* README ([9d41438](https://github.com/DebanKsahu/ArchUnitPython/commit/9d414386245de7288ff441618f0dd56215d032ca))
15+
* resolve all ruff lint errors ([3a349f9](https://github.com/DebanKsahu/ArchUnitPython/commit/3a349f95c686df2bfb0582bcafeeef5e109ba626))
16+
* update readme ([70ff6ad](https://github.com/DebanKsahu/ArchUnitPython/commit/70ff6ad7634a70d8539a93b3e25e31d6b75b73e3))
17+
* update readme ([066189f](https://github.com/DebanKsahu/ArchUnitPython/commit/066189fa342a4a2b3a48b0b779013d47885a3dca))
18+
* update README ([e3e8949](https://github.com/DebanKsahu/ArchUnitPython/commit/e3e89493bcdd3458221666cb5f7ee46dc7996a8c))
19+
* version bumps ([19e5eb7](https://github.com/DebanKsahu/ArchUnitPython/commit/19e5eb72cbb24f11e528d66aa6d78e491804688c))
20+
21+
22+
### Features
23+
24+
* add external dependencies and TYPE_CHECKING ([02b8d01](https://github.com/DebanKsahu/ArchUnitPython/commit/02b8d01b37752e5ddd815ab5c10b36f26814f438))
25+
26+
27+
### BREAKING CHANGES
28+
29+
* Package import changed from `import archunitpy` to
30+
`import archunitpython`.
31+
32+
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
33+
134
## [1.1.1](https://github.com/LukasNiessen/ArchUnitPython/compare/v1.1.0...v1.1.1) (2026-05-24)
235

336

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "archunitpython"
7-
version = "1.1.1"
7+
version = "1.0.0"
88
description = "Architecture testing library for Python projects. Enforce dependency rules, detect cycles, validate metrics."
99
readme = "README.md"
1010
license = "MIT"

src/archunitpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""ArchUnitPython - Architecture testing library for Python projects."""
22

3-
__version__ = "1.1.1"
3+
__version__ = "1.0.0"
44

55
# Files API
66
# Common

0 commit comments

Comments
 (0)