Skip to content

Release 0.12.1

Choose a tag to compare

@tercel tercel released this 25 Jan 02:24
· 120 commits to main since this release

Added

  • Implemented dependency validation and resolution utilities with corresponding unit tests
  • Implemented user ownership validation for task linking and copying
  • Added assertions for task_tree_id in TaskCreator tests
  • Add project URLs for homepage and source in pyproject.toml

Changed

  • Standardized parameter names in dependency validation functions and enhanced tests for task inclusion validation
  • Updated circular dependency detection function signature and tests for consistency
  • Refactored dependency validation and resolution logic for clarity and maintainability
  • Remove unused imports from test files
  • Update directory structure documentation for clarity and organization
  • Simplified 'apflow serve' command usage in documentation

Fixed

  • Improved dependency cycle and edge case handling in task linking/copying