1
0
Fork 0
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:
Sam Saffron 2022-08-16 16:59:55 +10:00
parent 3d110768ee
commit 9935d5a65a
No known key found for this signature in database
GPG key ID: B9606168D2FFD9F5
2 changed files with 11 additions and 1 deletions

View file

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

View file

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