Skip to content

Commit b370b56

Browse files
author
semantic-release
committed
0.1.3
Automatically generated by python-semantic-release
1 parent 989593b commit b370b56

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

CHANGELOG.md

+25-10
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,42 @@
11
# CHANGELOG
22

33

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+
419

520
## v0.1.2 (2024-03-27)
621

7-
### Fix
22+
### Bug Fixes
823

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))
1026

1127

1228
## v0.1.1 (2024-03-27)
1329

14-
### Fix
30+
### Bug Fixes
1531

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))
1735

1836

1937
## v0.1.0 (2024-03-27)
2038

21-
### Feature
22-
23-
* feat: first implementation (#1) ([`cdf57c6`](https://github.com/remoteoss/python-log-formatter/commit/cdf57c697e32ff6f6111bdd9b96e750b674de6d3))
24-
25-
### Unknown
39+
### Features
2640

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))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "remote-log-formatter"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = ""
55
authors = ["Paolo Quadri <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)