Skip to content

Commit 495d535

Browse files
chore: release v0.22.0 [skip ci]
1 parent 5aa93d4 commit 495d535

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.22.0 (2026-01-01)
6+
7+
### Bug Fixes
8+
9+
- Correct useRootLevel stream cache handling for parallel test execution
10+
([`be32156`](https://github.com/apathetic-tools/python-logging/commit/be3215620f56930bbd5623cb169edcbdf11ab0fd))
11+
12+
### Chores
13+
14+
- Add apathetic-testing dependency and update project configuration
15+
([`cf2967a`](https://github.com/apathetic-tools/python-logging/commit/cf2967acf456053ab13f77081e318ba2d4a44b27))
16+
17+
### Documentation
18+
19+
- Update project disclaimer messaging
20+
([`7d6f674`](https://github.com/apathetic-tools/python-logging/commit/7d6f674facd41024b6df5bf99a32b38e08c38d18))
21+
22+
### Features
23+
24+
- Expose stdlib logging level constants for convenience
25+
([`dcd53eb`](https://github.com/apathetic-tools/python-logging/commit/dcd53eb5c220af3af70103c9263dad34d8c94810))
26+
27+
- Remove pytest_helpers - functionality moved to apathetic-testing library
28+
([`6685d75`](https://github.com/apathetic-tools/python-logging/commit/6685d75b909c7d7debadadd87c197af1a04b80f7))
29+
30+
### Refactoring
31+
32+
- Remove duplicate test utilities now in apathetic-testing library
33+
([`1334f0e`](https://github.com/apathetic-tools/python-logging/commit/1334f0eca9114e52564d197e5bac3ee630c98f83))
34+
35+
- Reorganize unit tests by API section from docs/api.md
36+
([`2642948`](https://github.com/apathetic-tools/python-logging/commit/2642948a048559c8c26797743700c020c14f3a29))
37+
38+
### Testing
39+
40+
- Remove mypy type: ignore comments with proper apathetic-testing 0.3.0 types
41+
([`5aa93d4`](https://github.com/apathetic-tools/python-logging/commit/5aa93d4e6ffa5c542fe28ee28844abd91a1e8ab5))
42+
43+
- Remove mypy type: ignore comments with proper apathetic-testing 0.3.0 types
44+
([`fa7b73c`](https://github.com/apathetic-tools/python-logging/commit/fa7b73ca26ea6f7b788f170dcd0586e148547bea))
45+
46+
- Rewrite useRootLevel tests using apathetic_testing's isolated_logging fixture
47+
([`26df7d9`](https://github.com/apathetic-tools/python-logging/commit/26df7d920a6420c1d94f45b1282d447f7e1f0ec5))
48+
49+
550
## v0.21.0 (2025-12-29)
651

752
### 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-logging"
5-
version = "0.21.0"
5+
version = "0.22.0"
66
description = "Small quality-of-life features on top of stdlib."
77
authors = [
88
{ name = "Apathetic Tools" }

0 commit comments

Comments
 (0)