Skip to content

Commit

Permalink
Bump version and revert upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Sep 5, 2024
1 parent 9ef1982 commit 09530b8
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.16.0 - 05-09-2024

- Sadly still seeing segfaults, reverted back 18.19.0.0

- 0.15.0 - 05-09-2024

- Use libv8-node 22.7.0 - this corrects issues with multithreaded behavior and forking in single threaded mode.
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.15.0"
LIBV8_NODE_VERSION = "~> 22.7.0.1"
VERSION = "0.16.0"
LIBV8_NODE_VERSION = "~> 18.19.0.0"
end

0 comments on commit 09530b8

Please sign in to comment.