v2026.38.14
·
29 commits
to main
since this release
Install Aspect CLI (MacOS and Linux)
curl -fsSL https://install.aspect.build | bashInstall with Homebrew (MacOS only)
brew install aspect-build/aspect/aspectPin this version in your repository
Create or update .aspect/version.axl at the root of your repository so
everyone (and CI) uses the same Aspect CLI version:
version("2026.38.14")See https://aspect.build/docs/cli/version-pinning for the full reference.
Documentation: https://aspect.build/docs/cli/overview
Additional installation instructions: https://aspect.build/docs/cli/install
What's Changed
- feat(axl-docgen): emit page frontmatter with a title and optional og:image by @jeffpignataro in #1458
- refactor(wrapper): move
aspect wrapper install|uninstalltoaspect setup tools-bazel-wrapperby @gregmagolan in #1460 - chore(ci): read the Aspect token from the ASPECT_OSS_API_TOKEN secret by @joshcbarnes in #1461
- refactor(wrapper): trim tools/bazel to the routing logic by @gregmagolan in #1462
Full Changelog: v2026.38.10...v2026.38.14