Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 03:20
· 6 commits to main since this release

v0.3.0 (2024-11-18)

Features

  • Include all components in dependency mapping (0136455)

Added empty lists for components with no dependencies in component_dependencies.toml. Refactored component_analyzer.py to ensure all components are included in the dependencies mapping. Enhanced error handling in components.py for better user feedback.

  • docs: Add installation tabs for multiple package managers (d61c0ad)

Updated installation documentation to include tabs for uv, poetry, and pip commands. Also added details about component dependencies with examples.