We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9baa0da commit 9df6b36Copy full SHA for 9df6b36
2 files changed
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v0.15.0 (2025-12-10)
6
+
7
+### Features
8
9
+- **logger**: Implement root logger replacement with handler/level porting
10
+ ([`9baa0da`](https://github.com/apathetic-tools/python-logging/commit/9baa0da16fa207dcbdd35c3441d7c80e9d01f669))
11
12
13
## v0.14.0 (2025-12-10)
14
15
### Features
pyproject.toml
@@ -2,7 +2,7 @@
[project]
name = "apathetic-logging"
-version = "0.14.0"
+version = "0.15.0"
description = "Small quality-of-life features on top of stdlib."
authors = [
{ name = "Apathetic Tools" }
0 commit comments