Skip to content

v0.12.1

Choose a tag to compare

@BrianPugh BrianPugh released this 21 Nov 16:30
ffdc0da

Misc Changes

  • For CLI command belay install, if tool.belay.name is not defined in pyproject.toml, then the project's package folder will not be synced.
  • CLI commands will now iteratively search parenting folders until a pyproject.toml is found.
  • Added optional kwarg record to task and thread decorators to configure if execution calls are recorded.

Bug Fixes

  • More robust initialization (fixes timeouts sometimes observed on esp chips).
  • Fixed corruption of valid multi-line tasks that under-indent.
  • Folders are now supported for the keep argument in sync. The /lib folder is added to the default keep list.