Skip to content

Commit 89b2493

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2026-04-02) ### Bug Fixes * update readme ([70ff6ad](70ff6ad)) * update readme ([066189f](066189f)) * version bumps ([19e5eb7](19e5eb7))
1 parent 19e5eb7 commit 89b2493

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.0.1](https://github.com/LukasNiessen/ArchUnitPython/compare/v1.0.0...v1.0.1) (2026-04-02)
2+
3+
4+
### Bug Fixes
5+
6+
* update readme ([70ff6ad](https://github.com/LukasNiessen/ArchUnitPython/commit/70ff6ad7634a70d8539a93b3e25e31d6b75b73e3))
7+
* update readme ([066189f](https://github.com/LukasNiessen/ArchUnitPython/commit/066189fa342a4a2b3a48b0b779013d47885a3dca))
8+
* version bumps ([19e5eb7](https://github.com/LukasNiessen/ArchUnitPython/commit/19e5eb72cbb24f11e528d66aa6d78e491804688c))
9+
110
# 1.0.0 (2026-04-02)
211

312

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 = "1.0.0"
7+
version = "1.0.1"
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.1"
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.1"
7777
line-length = 100
7878

7979
[tool.ruff.lint]

0 commit comments

Comments
 (0)