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