Skip to content

Releases: MrHacker26/bvm

bvm v1.0.3

26 Jun 20:03

Choose a tag to compare

πŸŽ‰ BVM v1.0.3

What's New

✨ New Features

  • Current Command: Added bvm current command to display the currently active Bun version
  • Install Latest: Added support for bvm install latest to 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 list

bvm v1.0.2

10 Jun 05:43

Choose a tag to compare

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

24 May 19:35

Choose a tag to compare

πŸŽ‰ Initial release of bunvm - Bun Version Manager

Features:

  • Install different Bun versions
  • Switch between versions easily
  • List installed versions
  • Remove unused versions