Skip to content

Commit c32a329

Browse files
author
semantic-release
committed
0.2.0
Automatically generated by python-semantic-release
1 parent dae8dfd commit c32a329

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
<!-- version list -->
44

5+
## v0.2.0 (2025-10-28)
6+
7+
### Features
8+
9+
- Allow strings to specify path to log file
10+
([`b1a15e9`](https://github.com/fleetingbytes/readylog/commit/b1a15e964238ba5d80e12e6b27e555b2f37f4366))
11+
12+
### Testing
13+
14+
- Introduce end-to-end app test
15+
([`8151146`](https://github.com/fleetingbytes/readylog/commit/8151146306b9337b7de7ef1eba91070c2b8c6ee6))
16+
17+
- **debug**: Find out why app console log has 4 lines rather than 3
18+
([`b23e1a0`](https://github.com/fleetingbytes/readylog/commit/b23e1a00b3333dfd2417d091ff007bcd364acd10))
19+
20+
- **debug**: Find out why app console log has 4 lines rather than 3
21+
([`b452f07`](https://github.com/fleetingbytes/readylog/commit/b452f07930601b20866ba01e023b91f98d1c5106))
22+
23+
- **debug**: Try to debug checking end-to-end test results
24+
([`e966eab`](https://github.com/fleetingbytes/readylog/commit/e966eab965c9d49deb95f96f13f0c4310ae5c12a))
25+
26+
- **fix**: Correct end to end app test logic
27+
([`24c6ffa`](https://github.com/fleetingbytes/readylog/commit/24c6ffa207fa7e7623937857e982fcb33b7ec8f0))
28+
29+
- **fix**: Correct syntax
30+
([`b0339d4`](https://github.com/fleetingbytes/readylog/commit/b0339d4a01f772a7faa63880bcf32f31ce58c5b3))
31+
32+
- **fix**: Try to quiet uv's output when installing script dependencies
33+
([`dae8dfd`](https://github.com/fleetingbytes/readylog/commit/dae8dfdbd7bc27710c8b5b9c9e6ad69626fbb49b))
34+
35+
- **fix**: Use variables and output redirection
36+
([`d6dd42f`](https://github.com/fleetingbytes/readylog/commit/d6dd42f81773322e5e6eee1584cd8338589904f7))
37+
38+
539
## v0.1.1 (2025-10-21)
640

741
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "readylog"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Creates a reasonable logging configuration for a Python project"
55
license = "BSD-2-Clause"
66
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)