v0.8.5
vercel-labs/agent-browserv0.8.5Jan 29, 2026by github-actions[bot]
AI Summary
Fixed version synchronization issues between the Rust CLI and npm package by ensuring Cargo.lock updates alongside Cargo.toml during releases.
Key Highlights
- Automatic Cargo.lock updates during releases
- CLI binary made executable
New Features
- Version synchronization fix for Rust CLI and npm package
Full Release Notes
### Patch Changes - cb2f8c3: Fixed version synchronization to automatically update Cargo.lock alongside Cargo.toml during releases, and made the CLI binary executable. This ensures the Rust CLI version stays in sync with the npm package version.