Skip to content

Commit

Permalink
version bump for test build
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Sep 5, 2024
1 parent 09530b8 commit b9268b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- 0.17.0.pre - 05-09-2024

- Test build to see if disabling concurrent GC marking resolves segfault

- 0.16.0 - 05-09-2024

- Sadly still seeing segfaults, reverted back 18.19.0.0
Expand Down
4 changes: 2 additions & 2 deletions 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.16.0"
LIBV8_NODE_VERSION = "~> 18.19.0.0"
VERSION = "0.17.0.pre"
LIBV8_NODE_VERSION = "~> 22.7.0.2"
end

0 comments on commit b9268b3

Please sign in to comment.