Skip to content

Commit 52c8467

Browse files
chore: release v0.3.0 [skip ci]
1 parent b1fcf0b commit 52c8467

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.3.0 (2026-01-01)
6+
7+
### Features
8+
9+
- **mock**: Add create_mock_version_info for testing version checks
10+
([`30602e5`](https://github.com/apathetic-tools/python-testing/commit/30602e5a68c2ec109b485c4bcdd0a44a1bbc88e7))
11+
12+
- **types**: Add __init__.pyi stub to export nested classes for mypy
13+
([`b1fcf0b`](https://github.com/apathetic-tools/python-testing/commit/b1fcf0b47c396125dda24083be41c3b2de45b543))
14+
15+
516
## v0.2.1 (2025-12-31)
617

718
### Bug Fixes

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.1"
5+
version = "0.3.0"
66
description = "Runtime-aware pytest extensions. "
77
authors = [
88
{ name = "Apathetic Tools" }

0 commit comments

Comments
 (0)