File tree Expand file tree Collapse file tree 3 files changed +45
-2
lines changed
Expand file tree Collapse file tree 3 files changed +45
-2
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v0.1.1 (2025-10-21)
6+
7+ ### Bug Fixes
8+
9+ - Check for correct log level
10+ ([ ` 7693314 ` ] ( https://github.com/fleetingbytes/readylog/commit/7693314464d1b6353b4282351d848401391c8901 ) )
11+
12+ - Ruff.toml
13+ ([ ` 23e7e94 ` ] ( https://github.com/fleetingbytes/readylog/commit/23e7e94e2a531895bb19bebd4b37b6efc0d7915e ) )
14+
15+ ### Chores
16+
17+ - Change python version to 3.12
18+ ([ ` 2b1c480 ` ] ( https://github.com/fleetingbytes/readylog/commit/2b1c480e4c0d75bad9d0e54aadef146d98293cbb ) )
19+
20+ - Merge from master
21+ ([ ` 8c760d4 ` ] ( https://github.com/fleetingbytes/readylog/commit/8c760d41daa622c97cb0086d3b298e8cd8a5046b ) )
22+
23+ - Update lock
24+ ([ ` 1646fa6 ` ] ( https://github.com/fleetingbytes/readylog/commit/1646fa61a8b9f9c5d453459bddbdbc9666bdbfa4 ) )
25+
26+ ### Code Style
27+
28+ - Sort imports, format
29+ ([ ` 282912e ` ] ( https://github.com/fleetingbytes/readylog/commit/282912e40a475124e115906192324b74d3299ac9 ) )
30+
31+ - Update ruff rules
32+ ([ ` 29f08f5 ` ] ( https://github.com/fleetingbytes/readylog/commit/29f08f503079c5fb2cf536882188bc6f1f0270c2 ) )
33+
34+ ### Refactoring
35+
36+ - Create_dict_config
37+ ([ ` 4234f31 ` ] ( https://github.com/fleetingbytes/readylog/commit/4234f31f2417acb043581b2e4ca334dfe8875898 ) )
38+
39+ - Decorators to work from inside the readylog package
40+ ([ ` 99359ee ` ] ( https://github.com/fleetingbytes/readylog/commit/99359eef1136278be6292ce341a4834cc3e425f9 ) )
41+
42+ ### Testing
43+
44+ - Test general configuration and log output
45+ ([ ` 988c74e ` ] ( https://github.com/fleetingbytes/readylog/commit/988c74e554b101f2cc9ccdc2931c0ad4772ed4d0 ) )
46+
47+
548## v0.1.0 (2025-10-10)
649
750- Initial Release
Original file line number Diff line number Diff line change 11[project ]
22name = " readylog"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
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