mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
version bump
This commit is contained in:
parent
5d8634fd46
commit
04e5f81805
3 changed files with 5 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
|||
- Unreleased
|
||||
- 06-07-2018
|
||||
|
||||
- 0.2.0
|
||||
- FEATURE: context#call to allow for cheaper invocation of functions
|
||||
- FIX: rare memory leak when terminating a long running attached function
|
||||
- FIX: rare segfault when terminating a long running attached function
|
||||
- FIX: Reimplement Isolate#idle_notification using idle_notification_deadline, API remains the same @ignisf
|
||||
- Account for changes in the upstream V8 API @ignisf
|
||||
- Bump dependency of V8 to 6.7
|
||||
- Support for libv8 6.7
|
||||
|
||||
23-08-2017
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module MiniRacer
|
||||
VERSION = "0.1.15"
|
||||
VERSION = "0.2.0"
|
||||
end
|
||||
|
|
|
@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
|
|||
spec.add_development_dependency "minitest", "~> 5.0"
|
||||
spec.add_development_dependency "rake-compiler"
|
||||
|
||||
spec.add_dependency 'libv8', '>= 6.7.288.46.1beta0'
|
||||
spec.add_dependency 'libv8', '>= 6.3'
|
||||
spec.require_paths = ["lib", "ext"]
|
||||
|
||||
spec.extensions = ["ext/mini_racer_extension/extconf.rb"]
|
||||
|
|
Loading…
Add table
Reference in a new issue