Skip to content

Release v0.3.1 - GitHub Sentinel

Choose a tag to compare

@MingjunHu MingjunHu released this 06 Sep 07:44
· 15 commits to main since this release

主要功能修复:

日志系统修复:

在 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,以避免与其他方法的名称冲突。