Skip to content

Releases: aklinker1/bunv

v0.5.0

16 Oct 14:50

Choose a tag to compare

No breaking changes, my release workflow should have applied a patch... Probably should just promote this to v1.0.0

Features

  • Add bunv rm command and bunv help message (1596751)

v0.4.3

17 Jul 21:22

Choose a tag to compare

Bug Fixes

v0.4.2

04 Jul 18:07

Choose a tag to compare

Bug Fixes

  • correct exit code check for bun installation process (#29) (623ed6d)

v0.4.1

10 May 15:26

Choose a tag to compare

Bug Fixes

  • Kill the process if bun fails to install (41c8409)

v0.4.0

10 Apr 17:39

Choose a tag to compare

Bug Fixes

  • Add support for Zig 0.13 back (#18) (e2f094e)
  • create parent directories before installation (#22) (50c15c8)
  • gracefully handle UserAborted errors (#20) (c1501b8)
  • handle non-interactive terminals when prompting for version installation (#19) (72f2616)
  • Ignore making config directory if it already exists (#25) (b855bbf)

Features

  • add BUNV_AUTO_INSTALL=1 environment variable (#21) (754c595)
  • add support for .tool-versions files (#23) (9bf6914)
  • Display message when no versions are installed (#17) (aac4b54)

v0.3.2

08 Mar 16:30

Choose a tag to compare

Bug Fixes

v0.3.1

21 Sep 13:34

Choose a tag to compare

Bug Fixes

  • Properly ZIP release binaries for windows (924458d)

v0.3.0

21 Sep 13:28

Choose a tag to compare

Features

v0.2.1

21 Sep 04:38

Choose a tag to compare

Bug Fixes

  • Correctly sign executables for MacOS (#9) (e348ee2)
  • Only respect 'bun@' packageManager prefix (4ccf6da)

v0.2.0

17 Sep 17:28

Choose a tag to compare

Bug Fixes

  • Don't attempt to fetch the latest version when some exist locally (97c082b)
  • Look up current directory to find version file (#2) (1636c1e)
  • Various improvements (#1) (cbacc24)

Features

  • Fetch latest release from GitHub if no versions are installed (ea8d6fa)
  • Initial version management and bun/bunx aliases (fb821ea)