Skip to content

Commit 9bfacdd

Browse files
committed
bump version
1 parent 98871d3 commit 9bfacdd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- 0.17.0.pre9 - 13-01-2025
2+
- For backwards compatibility convert v8 return values to UTF-8 (invalidly encoded string still get returned using V8 encoding)
3+
14
- 0.17.0.pre8 - 11-01-2025
25
- Fix handling of UTF 32 LE and Ascii encoding strings - Ben Noordhuis
36
- Handle rare edge case in V8 serialization - 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.pre8"
4+
VERSION = "0.17.0.pre9"
55
LIBV8_NODE_VERSION = "~> 22.7.0.4"
66
end

0 commit comments

Comments
 (0)