Skip to content

Commit 452022b

Browse files
committed
change log
1 parent 080836f commit 452022b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- 0.17.0.pre7 - 10-01-2025
2+
3+
- Objects containing non serializable properties will return an Error object vs raising an exception. Ben Noordhuis
4+
- Truffle support was added back Eregon
5+
16
- 0.17.0.pre6 - 08-01-2025
27

38
- Moved all mini_racer interaction with v8 to a dedicated native thread to avoid cross VM stack contamination. Ben Noordhuis

lib/mini_racer/version.rb

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

33
module MiniRacer
4-
VERSION = "0.17.0.pre6"
4+
VERSION = "0.17.0.pre7"
55
LIBV8_NODE_VERSION = "~> 22.7.0.4"
66
end

0 commit comments

Comments
 (0)