mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
changelog and version bump
This commit is contained in:
parent
3d110768ee
commit
9935d5a65a
2 changed files with 11 additions and 1 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -1,3 +1,13 @@
|
|||
- 16-08-2022
|
||||
|
||||
- 0.6.3
|
||||
|
||||
- Truffle ruby support! Thanks to Brandon Fish and the truffle team
|
||||
- Hide libv8 symbols on ELF targets
|
||||
- Slightly shrunk binary size
|
||||
- Simplified timeout implementation
|
||||
- Some stability fixes
|
||||
|
||||
- 17-01-2022
|
||||
|
||||
- 0.6.2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module MiniRacer
|
||||
VERSION = "0.6.2"
|
||||
VERSION = "0.6.3"
|
||||
LIBV8_NODE_VERSION = "~> 16.10.0.0"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue