Skip to content

Commit a1a6515

Browse files
author
github-actions
committed
chore(release): 0.2.0 [skip ci]
Automatically generated by python-semantic-release
1 parent 5d55333 commit a1a6515

3 files changed

Lines changed: 32 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,43 @@
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

logstructor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from .formatter import StructFormatter
1818
from .logger import StructLogger
1919

20-
__version__ = "0.1.0"
20+
__version__ = "0.2.0"
2121
__all__ = [
2222
# Core classes
2323
"StructLogger",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "logstructor"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Bringing structure to your logs with simple, Pythonic structured logging"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)