We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdb2c5 commit 679a54aCopy full SHA for 679a54a
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v0.18.2 (2025-12-12)
6
+
7
+### Bug Fixes
8
9
+- Keep logging.Logger.manager.root in sync with logging.root
10
+ ([`dcdb2c5`](https://github.com/apathetic-tools/python-logging/commit/dcdb2c59da75682fbe6a36c53d7798d73c4ad80e))
11
12
13
## v0.18.1 (2025-12-12)
14
15
### Bug Fixes
pyproject.toml
@@ -2,7 +2,7 @@
[project]
name = "apathetic-logging"
-version = "0.18.1"
+version = "0.18.2"
description = "Small quality-of-life features on top of stdlib."
authors = [
{ name = "Apathetic Tools" }
0 commit comments