Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Jun 12:45
· 31 commits to main since this release

No functional changes. This release focuses on code quality and licensing:

Changed

  • Switched project license from MIT to Apache 2.0 (added NOTICE file with third-party attributions).
  • Refactored internal APIs across the CLI and pipeline packages: unexported and constants that were only used internally, reducing the public area.
  • Simplified error handling patterns throughout the codebase.
  • Consolidated pipeline status/logging/phase transition logic.
  • Introduced interfaces for data models to improve testability.
  • General performance improvements: reduced allocations, fixed receiver shadowing.