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-25 07:49:42 +08:00
parent 52920fac62
commit a33adf3ec9
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

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