File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.2.0 (2025-08-04)
5+
6+ ### Continuous Integration
7+
8+ - Solve upload to codecov
9+ ([ ` bd99f59 ` ] ( https://github.com/flitzpiepe93/logstructor/commit/bd99f59bcb8b502b427873d95fb7e33b93696566 ) )
10+
11+ - Solve upload to codecov
12+ ([ ` c117aeb ` ] ( https://github.com/flitzpiepe93/logstructor/commit/c117aebda93676638be945273a660121a2301d18 ) )
13+
14+ ### Documentation
15+
16+ - Add first version of README
17+ ([ ` a8af9bf ` ] ( https://github.com/flitzpiepe93/logstructor/commit/a8af9bfde758c67bf6745084af6bd2a55daf9612 ) )
18+
19+ - Add first version of README
20+ ([ ` 25a6048 ` ] ( https://github.com/flitzpiepe93/logstructor/commit/25a604861456f72c3d9cbbb9546a708cf0a2824c ) )
21+
22+ - Add first version of README
23+ ([ ` ceeb5a8 ` ] ( https://github.com/flitzpiepe93/logstructor/commit/ceeb5a8824eef1295ab7843821d362459423a655 ) )
24+
25+ ### Features
26+
27+ - Finalize first basis version ([ #1 ] ( https://github.com/flitzpiepe93/logstructor/pull/1 ) ,
28+ [ ` 5d55333 ` ] ( https://github.com/flitzpiepe93/logstructor/commit/5d5533356d104b85b023b46fe923c7a2ba39e866 ) )
29+
30+
431## v0.1.0 (2025-08-03)
532
633### Continuous Integration
734
835- Add github action workflow
936 ([ ` f10f88f ` ] ( https://github.com/flitzpiepe93/logstructor/commit/f10f88fe1cce5abe6c67a59b968ecfc84e2e1fed ) )
1037
38+ - Update unit tests job
39+ ([ ` 376ce2e ` ] ( https://github.com/flitzpiepe93/logstructor/commit/376ce2e077fc248fd716863f9fe604c1a23e9036 ) )
40+
1141### Features
1242
1343- Add first basis version of framework
Original file line number Diff line number Diff line change 1717from .formatter import StructFormatter
1818from .logger import StructLogger
1919
20- __version__ = "0.1 .0"
20+ __version__ = "0.2 .0"
2121__all__ = [
2222 # Core classes
2323 "StructLogger" ,
Original file line number Diff line number Diff line change 11[project ]
22name = " logstructor"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " Bringing structure to your logs with simple, Pythonic structured logging"
55readme = " README.md"
66requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments