Skip to content

v0.15.5

Latest
Compare
Choose a tag to compare
@Technologicat Technologicat released this 16 Apr 12:48
· 2 commits to master since this release

0.15.5 (16 April 2025) - hotfix:

Changed:

  • Internal: Upgrade build system to pdm.

    • This is important for the road ahead, since the old setuptools build system has been deprecated.
    • The GitHub CI scripts for unpythonic now use PDM to manage the testing venv and dependencies, too. Now the tests should run the same way as they would on a local system.
  • Bump mcpyrate to the hotfix version 3.6.4.

    • The only difference is (beside mcpyrate too internally upgrading its build system to pdm) that the text colorizer now works correctly also for input with readline.

0.15.4 (27 September 2024) - hotfix:

Fixed

  • Bump mcpyrate to the hotfix version 3.6.3.
    • This is only to make sure no one accidentally installs the broken version, mcpyrate 3.6.2, which had a bug in interactive console mode that wasn't caught by CI.