foundation-cli-v0.1.0-alpha.1
📦 chromaView on GitHub →
✨ 6 features🔧 1 symbols
Summary
Introduced the foundation CLI, a new standalone Rust binary for interacting with Chroma Foundation, including version and completion commands. This release also enhances the build and CI processes for the CLI.
✨ New Features
- Introduced the foundation CLI, a standalone Rust binary for interacting with Chroma Foundation.
- The foundation CLI includes `foundation version` and `foundation completion <shell>` commands.
- Build process injects FOUNDATION_VERSION, FOUNDATION_COMMIT, and FOUNDATION_DATE at release time.
- Added a dedicated CI workflow (foundation-cli-ci.yml) for foundation CLI linting and testing.
- Added a release workflow (foundation-cli-release.yml) triggered by foundation-cli-v* tags.
- Excluded rust/foundation/** from PR.yml rust change detection to optimize CI.