2.0.0-rc.2
Pre-release
Pre-release
What's Changed
fix: reorganize CLI runner and update imports by @dmastapkovich in #33
- Replaced legacy _import_app_object and runner functions with updated process_runner usage.
- Updated CLI entry point to use "temporal_boost.cli.runner:cli_app" and removed main.py.
- Cleaned up code structure and improved import handling for module resolution.