mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
Bump version of mini_racer
This commit is contained in:
parent
edc8919aaa
commit
0979428ea7
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
- 14-05-2020
|
||||
|
||||
- 0.2.11
|
||||
|
||||
- FIX: dumping heap snapshots was not flushing the file leading to corrupt snapshots
|
||||
- FIX: a use-after-free shutdown crash
|
||||
|
||||
- 0.2.10
|
||||
|
||||
- 22-04-2020
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module MiniRacer
|
||||
VERSION = "0.2.10"
|
||||
VERSION = "0.2.11"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue