Skip to content

2.0.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@dmastapkovich dmastapkovich released this 29 Mar 14:05
· 5 commits to main since this 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.