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
100912a89e
commit
53d3f839ae
2 changed files with 12 additions and 2 deletions
12
CHANGELOG
12
CHANGELOG
|
@ -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
|
||||
|
||||
- FEATURE: Mojave macOS support
|
||||
|
||||
- 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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module MiniRacer
|
||||
VERSION = "0.2.1"
|
||||
VERSION = "0.2.2"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue