Skip to content

Commit dff29f9

Browse files
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>
1 parent d69666b commit dff29f9

2 files changed

Lines changed: 26 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# 1.0.0 (2026-04-02)
2+
3+
4+
* feat!: rename package from archunitpy to archunitpython ([95c0b3a](https://github.com/LukasNiessen/ArchUnitPython/commit/95c0b3a0047534302f04e42c0bfca3389c9926bf))
5+
6+
7+
### Bug Fixes
8+
9+
* **deps:** bump the actions-updates group with 7 updates ([54521e4](https://github.com/LukasNiessen/ArchUnitPython/commit/54521e492256dcd1f612f119ae03ec87a08dd0c1))
10+
* lint issues ([d69666b](https://github.com/LukasNiessen/ArchUnitPython/commit/d69666b9cb179225d5520f696035e5ca28f2b7ff))
11+
* pypi packaging config ([5bc8b8e](https://github.com/LukasNiessen/ArchUnitPython/commit/5bc8b8eec35b5dcdd8cb391216181963970e4e6e))
12+
* README ([9d41438](https://github.com/LukasNiessen/ArchUnitPython/commit/9d414386245de7288ff441618f0dd56215d032ca))
13+
* resolve all ruff lint errors ([3a349f9](https://github.com/LukasNiessen/ArchUnitPython/commit/3a349f95c686df2bfb0582bcafeeef5e109ba626))
14+
* update README ([e3e8949](https://github.com/LukasNiessen/ArchUnitPython/commit/e3e89493bcdd3458221666cb5f7ee46dc7996a8c))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* Package import changed from `import archunitpy` to
20+
`import archunitpython`.
21+
22+
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
23+
124
# Changelog
225

326
All notable changes to ArchUnitPython will be documented in this file.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "archunitpython"
7-
version = "0.1.0"
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"
@@ -67,13 +67,13 @@ python_classes = ["Test*"]
6767
python_functions = ["test_*"]
6868

6969
[tool.mypy]
70-
python_version = "3.10"
70+
python_version = "1.0.0"
7171
strict = true
7272
warn_return_any = true
7373
warn_unused_configs = true
7474

7575
[tool.ruff]
76-
target-version = "py310"
76+
target-version = "1.0.0"
7777
line-length = 100
7878

7979
[tool.ruff.lint]

0 commit comments

Comments
 (0)