Skip to content

bundlebun v0.4.2.1.3.12

Choose a tag to compare

@github-actions github-actions released this 12 Apr 10:05
· 15 commits to main since this release

bundlebun 0.4.2.1.3.12, includes a binary distribution of Bun 1.3.12. Built for: x86_64-linux, aarch64-linux, arm64-darwin, x86_64-darwin, x64-mingw-ucrt.

What's new

  • It makes no sense to run Bun without arguments, so no-argument Bundlebun.call / exec / system calls now raise ArgumentError.
  • Bundlebun::Runner.binstub_path and full_binstub_path are now memoized, matching the existing pattern used by binary_path and full_directory. Avoids redundant string and File.expand_path work on every integration command build.

See README for installation instructions and documentation. See CHANGELOG for full history. See LICENSE for licensing information.

Quick installation

bundle add bundlebun

rake bun:install