Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Sep 17, 2024
1 parent 5b9d19e commit 4f552cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- 0.17.0.pre4 - 18-09-2024

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

- 0.17.0.pre3 - 15-09-2024

- Text clang based Linux v8 build, in case there is an edge case with GCC compilation
Expand Down
2 changes: 1 addition & 1 deletion lib/mini_racer/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module MiniRacer
VERSION = "0.17.0.pre3"
VERSION = "0.17.0.pre4"
LIBV8_NODE_VERSION = "~> 22.7.0.4"
end

0 comments on commit 4f552cf

Please sign in to comment.