Skip to content

Commit 58f4d03

Browse files
chore: release v0.2.1 [skip ci]
1 parent 4acf2d6 commit 58f4d03

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.2.1 (2025-12-31)
6+
7+
### Bug Fixes
8+
9+
- **pyproject**: Add pytest plugin packages to poetry config
10+
([`4acf2d6`](https://github.com/apathetic-tools/python-testing/commit/4acf2d65bf8a5e558ade3f5906292d03739104ee))
11+
12+
513
## v0.2.0 (2025-12-30)
614

715
### Documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[project]
44
name = "apathetic-testing"
5-
version = "0.2.0"
5+
version = "0.2.1"
66
description = "Runtime-aware pytest extensions. "
77
authors = [
88
{ name = "Apathetic Tools" }

0 commit comments

Comments
 (0)