Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Sep 5, 2024
1 parent f93f5e0 commit 9ef1982
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.15.0 - 05-09-2024

- Use libv8-node 22.7.0 - this corrects issues with multithreaded behavior and forking in single threaded mode.

- 0.14.1 - 14-08-2024

- No longer use mini_racer_loader if LD_PRELOAD is defined and adds a malloc provider. This resolves segfaults when people LD_PRELOAD jemalloc or tcmalloc.
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.14.1"
LIBV8_NODE_VERSION = "~> 18.19.0.0"
VERSION = "0.15.0"
LIBV8_NODE_VERSION = "~> 22.7.0.1"
end

0 comments on commit 9ef1982

Please sign in to comment.