Skip to content

Commit 45acc4e

Browse files
committed
0.4.0
1 parent a02bf40 commit 45acc4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Unreleased]
1+
## [0.4.0] - 2026-02-01
22

33
- `Bundlebun.system(args)` method: runs Bun as a subprocess and returns to Ruby. Returns `true` if Bun exited successfully. Use this when you need to continue executing Ruby code after Bun finishes.
44
- Default behaviour remains: `Bundlebun.()` / `Bundlebun.call` / `Bundlebun.exec` all replace the current Ruby process with Bun (never return). This is what binstubs and wrappers use.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
bundlebun (0.3.0)
4+
bundlebun (0.4.0)
55
json (~> 2.0)
66
zeitwerk (~> 2.5)
77

lib/bundlebun/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ module Bundlebun
88
# a Bun runtime with version `1.1.38`.
99
#
1010
# This constant always points to the "own" version of the gem.
11-
VERSION = '0.3.0'
11+
VERSION = '0.4.0'
1212
end

0 commit comments

Comments
 (0)