Fixed
- Critical:
schedulecommand would silently do nothing - Therun_schedulefunction in the CLI called the asyncscheduler.main()withoutasyncio.run(), causing the scheduler to never actually start. This affected all Docker deployments usingpython -m src schedule.
Changed
- Removed
:latesttag from CLI help text - Docker examples in--helpoutput now use<version>placeholder instead of:latest, following the project convention of always using specific version tags.
📋 Full changelog: docs/CHANGELOG.md