Skip to content

Commit 28bfe97

Browse files
=zyskarch
authored andcommitted
Release: Update version.
1 parent 1c6cc8c commit 28bfe97

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This project uses semantic versioning and follows [keep a changelog](https://keepachangelog.com).
44

5+
## 4.0.1 -- 2025-08-08
6+
### Fixed
7+
- KeyError when not including all layers with regexes in a Layer rule.
8+
59
## 4.0.0 -- 2024-04-01
610
### Changed
711
- Mechanism of exporting library modules

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "PyTestArch"
3-
version = "4.0.0"
3+
version = "4.0.1"
44
requires-python = ">=3.9"
55
description = "Test framework for software architecture based on imports between modules"
66
authors = [{ name = "zyskarch", email = "zyskarch@gmail.com" }]

0 commit comments

Comments
 (0)