1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00

version bump

This commit is contained in:
Sam Saffron 2018-09-26 07:37:14 +08:00
parent 100912a89e
commit 53d3f839ae
2 changed files with 12 additions and 2 deletions

View file

@ -1,9 +1,19 @@
- 06-07-2018 - 26-09-2018
- 0.2.2
- WORKAROUND: RUBY_PLATFORM is hardcoded on Ruby compile and can not be
trusted for feature detection, use a different technique when checking for
macOS Mojave
- 25-09-2018
- 0.2.1 - 0.2.1
- FEATURE: Mojave macOS support - FEATURE: Mojave macOS support
- 06-07-2018
- 0.2.0 - 0.2.0
- FEATURE: context#call to allow for cheaper invocation of functions - FEATURE: context#call to allow for cheaper invocation of functions
- FIX: rare memory leak when terminating a long running attached function - FIX: rare memory leak when terminating a long running attached function

View file

@ -1,3 +1,3 @@
module MiniRacer module MiniRacer
VERSION = "0.2.1" VERSION = "0.2.2"
end end