This repository was archived by the owner on Feb 14, 2026. It is now read-only.
Release v0.1.4
What's Changed
- fix(cli): Fixes schedule not changing on existing jobs by @lmriccardo in #18
- PR for Release
v0.1.4by @lmriccardo in #20
Full Changelog: v0.1.3...v0.1.4
Highlights
- Fixes cron schedule updates for already‑registered jobs (log output now reflects the registered job’s command/status).
- Adds requests>=2.32 to runtime dependencies.
- Installer now installs from requirements.lock instead of requirements.txt.