Skip to content

Commit cdfb63b

Browse files
committed
bump version
1 parent 7e140c3 commit cdfb63b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
- 0.17.0.pr10 - 20-01-2025
1+
- 0.17.0.pre11 - 21-01-2025
2+
- Corrected encoding bug with deserialization of strings - Ben Noordhuis
3+
4+
- 0.17.0.pre10 - 20-01-2025
25
- Added back support for partially deserialized objects (objects that do not translate across boundaries are returned as Error properties) - Ben Noordhuis
36

47
- 0.17.0.pre9 - 13-01-2025

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

0 commit comments

Comments
 (0)