Skip to content

Commit 32d7de9

Browse files
docs: update changelog for new version
1 parent 127a781 commit 32d7de9

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v2.1.0 (2026-06-12)
2+
3+
### ✨ Features
4+
5+
- **commands**: add archive_logs management command
6+
- **commands**: add rotate_logs management command
7+
- **handlers**: Add rotating file handler support and file compression option
8+
9+
### Fix
10+
11+
- **tests**: test roating handler max byte and pytest-asyncio version
12+
113
## v2.0.1 (2024-10-17)
214

315
### ✨ Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "poetry-core>=2,<3" ]
44

55
[project]
66
name = "dj-logging"
7-
version = "2.0.1"
7+
version = "2.1.0"
88
description = "A package for logging in django applications"
99
readme = "README.md"
1010
keywords = [ "django", "django logging", "logging" ]

0 commit comments

Comments
 (0)