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
52920fac62
commit
a33adf3ec9
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
- 06-07-2018
|
||||
|
||||
- 0.2.1
|
||||
|
||||
- FEATURE: Mojave macOS support
|
||||
|
||||
- 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.0"
|
||||
VERSION = "0.2.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue