You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: separate CLI version from Amber framework version
- Remove hardcoded Amber::VERSION that referenced CLI version
- Add configurable amber_framework_version to generator system
- Update shard.yml.ecr template to use {{amber_framework_version}} variable
- Add built-in template variables: cli_version and amber_framework_version
- Clean up documentation with :nodoc: directives for internal modules
- Hide legacy/internal modules from public documentation
- Reduce documentation from 84 to 39 HTML files (58% reduction)
- Focus documentation on user-facing commands and comprehensive guides
This allows the CLI tool to be versioned independently from the Amber
framework version used when creating new applications. Teams can now:
- Pin projects to specific Amber framework versions
- Test with different framework versions
- Maintain compatibility with existing projects
- Upgrade the CLI tool without changing framework dependencies
0 commit comments