We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6cc8c commit 28bfe97Copy full SHA for 28bfe97
2 files changed
docs/changelog.md
@@ -2,6 +2,10 @@
2
3
This project uses semantic versioning and follows [keep a changelog](https://keepachangelog.com).
4
5
+## 4.0.1 -- 2025-08-08
6
+### Fixed
7
+- KeyError when not including all layers with regexes in a Layer rule.
8
+
9
## 4.0.0 -- 2024-04-01
10
### Changed
11
- Mechanism of exporting library modules
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "PyTestArch"
-version = "4.0.0"
+version = "4.0.1"
requires-python = ">=3.9"
description = "Test framework for software architecture based on imports between modules"
authors = [{ name = "zyskarch", email = "zyskarch@gmail.com" }]
0 commit comments