Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Jul 6, 2018
1 parent 5d8634f commit 04e5f81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/mini_racer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MiniRacer
VERSION = "0.1.15"
VERSION = "0.2.0"
end
2 changes: 1 addition & 1 deletion mini_racer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 04e5f81

Please sign in to comment.