Skip to content

v6.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Feb 08:41

Fixed

  • Critical: schedule command would silently do nothing - The run_schedule function in the CLI called the async scheduler.main() without asyncio.run(), causing the scheduler to never actually start. This affected all Docker deployments using python -m src schedule.

Changed

  • Removed :latest tag from CLI help text - Docker examples in --help output now use <version> placeholder instead of :latest, following the project convention of always using specific version tags.

📋 Full changelog: docs/CHANGELOG.md