v0.1.1
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.