Skip to content

Commit b45449c

Browse files
📚 Update CHANGELOG file
1 parent 2961228 commit b45449c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## v2.0.1 (2024-10-17)
2+
3+
### ✨ Features
4+
- **feat(settings)**: Add `SettingsManager` class to manage Django logging configurations. ([3c9e9a5](https://github.com/MEHRSHAD-MIRSHEKARY/django_logging/commit/3c9e9a5))
5+
- Introduced a `SettingsManager` class to handle and organize all logging configurations.
6+
- Improved `get_config` method to fetch logging settings from `SettingsManager` for better readability and performance.
7+
8+
- **feat(commands)**: Update commands to fetch `log_dir` from `SettingsManager`. ([4c4e9f5](https://github.com/MEHRSHAD-MIRSHEKARY/django_logging/commit/4c4e9f5))
9+
- Refactored commands to dynamically fetch the `log_dir` from the new `SettingsManager`.
10+
11+
### 🎨 Enhancements
12+
- **update(console)**: Enhance colors in the console colorizer and add new placeholders. ([d208ebc](https://github.com/MEHRSHAD-MIRSHEKARY/django_logging/commit/d208ebc))
13+
- Updated the colorizer utility to support additional colors and placeholders for improved console output formatting.
14+
15+
### 🐛 Bug Fixes
16+
- **fix(logging)**: Fixed minor issues related to logging configurations being fetched incorrectly.
17+
18+
### 🔀 Merged
19+
- **Merge PR #126**: Update console colors and add new placeholders. ([2961228](https://github.com/MEHRSHAD-MIRSHEKARY/django_logging/commit/2961228))
20+
- **Merge PR #125**: Add `SettingsManager` and refactor commands. ([a630d4c](https://github.com/MEHRSHAD-MIRSHEKARY/django_logging/commit/a630d4c))
21+
22+
### ⚡ Miscellaneous
23+
- **Update(codebase)**: General updates and cleanup across the project. ([43ef34d](https://github.com/MEHRSHAD-MIRSHEKARY/django_logging/commit/43ef34d))
24+
125
## v2.0.0 (2024-10-13)
226

327
### ✨ Features

0 commit comments

Comments
 (0)