Skip to content

Commit 69af683

Browse files
committed
bump version
1 parent ffcbaf9 commit 69af683

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.pr10 - 20-01-2025
2+
- Added back support for partially deserialized objects (objects that do not translate across boundaries are returned as Error properties) - Ben Noordhuis
3+
14
- 0.17.0.pre9 - 13-01-2025
25
- For backwards compatibility convert v8 return values to UTF-8 (invalidly encoded string still get returned using V8 encoding)
36

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.pre9"
4+
VERSION = "0.17.0.pre10"
55
LIBV8_NODE_VERSION = "~> 22.7.0.4"
66
end

0 commit comments

Comments
 (0)