File tree Expand file tree Collapse file tree 3 files changed +36
-2
lines changed
Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " readylog"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44description = " Creates a reasonable logging configuration for a Python project"
55license = " BSD-2-Clause"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments