File tree Expand file tree Collapse file tree 2 files changed +46
-1
lines changed
Expand file tree Collapse file tree 2 files changed +46
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
33[project ]
44name = " apathetic-logging"
5- version = " 0.21 .0"
5+ version = " 0.22 .0"
66description = " Small quality-of-life features on top of stdlib."
77authors = [
88 { name = " Apathetic Tools" }
You can’t perform that action at this time.
0 commit comments