Skip to content

Commit 9ef1982

Browse files
committed
Version bump
1 parent f93f5e0 commit 9ef1982

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- 0.15.0 - 05-09-2024
2+
3+
- Use libv8-node 22.7.0 - this corrects issues with multithreaded behavior and forking in single threaded mode.
4+
15
- 0.14.1 - 14-08-2024
26

37
- No longer use mini_racer_loader if LD_PRELOAD is defined and adds a malloc provider. This resolves segfaults when people LD_PRELOAD jemalloc or tcmalloc.

lib/mini_racer/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module MiniRacer
4-
VERSION = "0.14.1"
5-
LIBV8_NODE_VERSION = "~> 18.19.0.0"
4+
VERSION = "0.15.0"
5+
LIBV8_NODE_VERSION = "~> 22.7.0.1"
66
end

0 commit comments

Comments
 (0)