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 3652c97 commit e3b2239Copy full SHA for e3b2239
CHANGELOG
@@ -1,3 +1,7 @@
1
+- 0.18.0 - 05-03-2025
2
+ - Time for a major release
3
+ - Handle ActiveSupport TimeWithZone objects during serialization - Sam Saffron
4
+
5
- 0.18.0.pre1 - 06-02-2025
6
- Updated to node 23.6.1.0
7
lib/mini_racer/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module MiniRacer
- VERSION = "0.18.0.pre1"
+ VERSION = "0.18.0"
LIBV8_NODE_VERSION = "~> 23.6.1.0"
end
0 commit comments