Skip to content

Commit 075aad7

Browse files
committed
📝 Update Changelog
1 parent f4cbb83 commit 075aad7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Comprehensive test suite for all components
1818
- Support for structured logging with context information
1919
- Exception logging with type and message extraction
20+
21+
## [0.2.0] - 2025-07-17
22+
23+
### Changed
24+
25+
- Python version to 3.13
26+
- Upgrade dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "logger"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Python logger"
55
authors = [
66
{ name = "Inokufu", email = "[email protected]" }

0 commit comments

Comments
 (0)