Skip to content

0.30.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 12:26
· 3 commits to master since this release

Compare the full difference.

Fixes

  • Fixing issues with 3.9 compatibility. cd2b193

  • Fixes #284. Add UTF-8 encoding to subprocess.run in run_command. 6c856b6

    Explicitly set the encoding to "utf-8" in the subprocess.run call to ensure consistent handling of command output. This prevents potential encoding-related issues when processing command results.