File tree 2 files changed +26
-11
lines changed
2 files changed +26
-11
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
4
+ ## v0.1.3 (2025-03-26)
5
+
6
+ ### Bug Fixes
7
+
8
+ - Add new function
9
+ ([ ` d263943 ` ] ( https://github.com/remoteoss/python-log-formatter/commit/d2639431f7280ef197e9754066a7e346dbc692eb ) )
10
+
11
+ - Generic type for level
12
+ ([ ` 989593b ` ] ( https://github.com/remoteoss/python-log-formatter/commit/989593bb4d80370bd376f58bf8b8112800f73737 ) )
13
+
14
+ ### Chores
15
+
16
+ - Change default stream ([ #4 ] ( https://github.com/remoteoss/python-log-formatter/pull/4 ) ,
17
+ [ ` 67b21e9 ` ] ( https://github.com/remoteoss/python-log-formatter/commit/67b21e96641bb9eef77855dd0e8577c877a814c7 ) )
18
+
4
19
5
20
## v0.1.2 (2024-03-27)
6
21
7
- ### Fix
22
+ ### Bug Fixes
8
23
9
- * fix: dependency (#3 ) ([ ` 46d05e8 ` ] ( https://github.com/remoteoss/python-log-formatter/commit/46d05e82cddf6573459888c889c4a1c269305d00 ) )
24
+ - Dependency ([ #3 ] ( https://github.com/remoteoss/python-log-formatter/pull/3 ) ,
25
+ [ ` 46d05e8 ` ] ( https://github.com/remoteoss/python-log-formatter/commit/46d05e82cddf6573459888c889c4a1c269305d00 ) )
10
26
11
27
12
28
## v0.1.1 (2024-03-27)
13
29
14
- ### Fix
30
+ ### Bug Fixes
15
31
16
- * fix: releases depends on test, config pyproject.toml for semantic release (#2 ) ([ ` ed08de3 ` ] ( https://github.com/remoteoss/python-log-formatter/commit/ed08de3665c15fda70eb865f9a7fd71fe2141721 ) )
32
+ - Releases depends on test, config pyproject.toml for semantic release
33
+ ([ #2 ] ( https://github.com/remoteoss/python-log-formatter/pull/2 ) ,
34
+ [ ` ed08de3 ` ] ( https://github.com/remoteoss/python-log-formatter/commit/ed08de3665c15fda70eb865f9a7fd71fe2141721 ) )
17
35
18
36
19
37
## v0.1.0 (2024-03-27)
20
38
21
- ### Feature
22
-
23
- * feat: first implementation (#1 ) ([ ` cdf57c6 ` ] ( https://github.com/remoteoss/python-log-formatter/commit/cdf57c697e32ff6f6111bdd9b96e750b674de6d3 ) )
24
-
25
- ### Unknown
39
+ ### Features
26
40
27
- * Initial commit ([ ` 3333c56 ` ] ( https://github.com/remoteoss/python-log-formatter/commit/3333c5643c79874b7237190c5bb8b2c378a63482 ) )
41
+ - First implementation ([ #1 ] ( https://github.com/remoteoss/python-log-formatter/pull/1 ) ,
42
+ [ ` cdf57c6 ` ] ( https://github.com/remoteoss/python-log-formatter/commit/cdf57c697e32ff6f6111bdd9b96e750b674de6d3 ) )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " remote-log-formatter"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
description = " "
5
5
authors = [
" Paolo Quadri <[email protected] >" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments