@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is partly based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) and [ PEP 440] ( https://peps.python.org/pep-0440/ )
77
8+ ## [ 3.2.5] - 2024-08-09
9+ - fix: increment schemas version (#567 )
10+ - Add SLA Document (#565 )
11+ - Add Table of Contents to README.md (#564 )
12+ - docs: code of conduct (#559 )
13+ - Add More Badges (#558 )
14+ - feat: fixed issue responder (#561 )
15+ - feat(logger): config.ini, proxy, network stats (#547 )
16+ - refactor: replace private typer functions with rich module equivalents (#556 )
17+ - feat(safety_cli): docstrings, type hints, comments (#549 )
18+ - feat: add GitHub Action to automatically respond to new issues (#554 )
19+ - readme: add download badge to readme (#557 )
20+ - fix(debug): fix --debug flag and associated tests (#552 )
21+ - chore: release 3.2.4 (#545 )
22+ - fix(cache): handle get_from_cache=None and ensure directory exists (#544 )
23+ - REQUEST_TIMEOUT Env Var (#541 )
24+ - Update URLs, Lint (#540 )
25+
826## [ 3.2.4] - 2024-07-04
927- Handle ` get_from_cache=None ` and ensure directory exists (#538 )
1028- Switch filelock package to compatible release clause (#538 )
0 commit comments