Skip to content

Commit 679a54a

Browse files
chore: release v0.18.2 [skip ci]
1 parent dcdb2c5 commit 679a54a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

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+
513
## v0.18.1 (2025-12-12)
614

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

0 commit comments

Comments
 (0)