We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acf2d6 commit 58f4d03Copy full SHA for 58f4d03
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
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
13
## v0.2.0 (2025-12-30)
14
15
### Documentation
pyproject.toml
@@ -2,7 +2,7 @@
[project]
name = "apathetic-testing"
-version = "0.2.0"
+version = "0.2.1"
description = "Runtime-aware pytest extensions. "
authors = [
{ name = "Apathetic Tools" }
0 commit comments