Release v0.3.1 - GitHub Sentinel
主要功能修复:
日志系统修复:
在 sentinel/utils/github_api.py 中添加了 LOG 日志导入,确保日志记录的统一性。
函数参数修复:
将 sentinel/report_generator.py 中 generate_formal_report 的参数从 report_file_path 更改为 markdown_file_path,确保参数名与上下文一致。
方法重命名:
将 sentinel/utils/github_api.py 中的 export_to_markdown 方法重命名为 export_to_markdown_by_date_range,以避免与其他方法的名称冲突。