We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfc199 commit 9aabb0eCopy full SHA for 9aabb0e
CHANGELOG
@@ -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
8
- 0.17.0.pre4 - 18-09-2024
9
10
- Attempt to change compilation flags to disable strict aliasing to see if it resolves stability issues
lib/mini_racer/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module MiniRacer
- VERSION = "0.17.0.pre4"
+ VERSION = "0.17.0.pre5"
LIBV8_NODE_VERSION = "~> 22.7.0.4"
end
0 commit comments