Releases: MrHacker26/bvm
Releases Β· MrHacker26/bvm
bvm v1.0.3
π BVM v1.0.3
What's New
β¨ New Features
- Current Command: Added
bvm currentcommand to display the currently active Bun version - Install Latest: Added support for
bvm install latestto install the latest available Bun version - CI/CD Pipeline: Implemented GitHub Actions workflow for automated testing and validation
π Bug Fixes
- Error Handling: Improved error messages when no active Bun version is found
- Display Fix: Fixed 'vnone' display issue in version listing
- CI Enhancement: Fixed pnpm installation order in CI workflow
π Improvements
- Code Quality: Formatted all files with Prettier for consistent code style
- Documentation: Updated README with new commands and usage examples
π― Usage Examples
# Install the latest Bun version
bvm install latest
# Check current active version
bvm current
# List all installed versions (shows current with β)
bvm listbvm v1.0.2
What's Changed
- π macOS Support: Fixed installation on macOS M2 (Apple Silicon) by @racky7 in #6
- β Platform Support: Confirmed working on macOS M2
Full Changelog: v1.0.1...v1.0.2
bunvm v1.0.0
π Initial release of bunvm - Bun Version Manager
Features:
- Install different Bun versions
- Switch between versions easily
- List installed versions
- Remove unused versions