Skip to content

Commit 9aabb0e

Browse files
SamSaffronbnoordhuis
authored andcommitted
version bump
1 parent 9bfc199 commit 9aabb0e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
- 0.17.0.pre5 - 30-09-2024
2+
3+
- Handle segfault from JSON.stringify
4+
- Fix segfaults around symbol conversion
5+
- Fix crash on invalid date object
6+
7+
18
- 0.17.0.pre4 - 18-09-2024
29

310
- Attempt to change compilation flags to disable strict aliasing to see if it resolves stability issues

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

0 commit comments

Comments
 (0)