Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Unreleased
0.9.1 - 2026-05-11
Added
- CLI command now accepts a
--concurrency-limitparam to control concurrency when using the local Prefect worker
Fixed
- Add more informative error for when a process cannot be executed because it has no deployment
0.9.0 - 2026-04-22
Added
- First stable release
What's Changed
Other Changes
- Add more descriptive error for when a deployment is not found by @ricardogsilva in #29
- Added concurrency limit param to CLI to allow limiting concurrency by @ricardogsilva in #30
Full Changelog: v0.9.0...v0.9.1