v2.0.5 - Use PAT for PR details (#50)
UltralyticsAssistant
released this
19 Aug 09:15
·
29 commits
to main
since this release
π Summary
Version 2.0.5 includes improvements to the GitHub workflow for processing pull requests and a version bump in the THOP library.
π Key Changes
- π οΈ Enhanced the GitHub Actions workflow to better handle pull request events and extract details more efficiently.
- π’ Updated the version of the THOP library from 2.0.3 to 2.0.5.
π― Purpose & Impact
- π Improved Workflow Efficiency: By refining the method of extracting pull request details, the process is now more robust and can handle different event types like
pull_request
andpull_request_target
. This ensures that the right information is captured, which simplifies release procedures and enhances automation reliability. - π Library Update: Incrementing the version number signifies minor updates or improvements to THOP, typically signaling to users that bug fixes or minor enhancements may have been introduced, contributing to a smoother integration or performance.
What's Changed
- Use PAT for PR details by @glenn-jocher in #50
Full Changelog: v2.0.4...v2.0.5