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 2021-12-31 11:04:53 +11:00
parent bdeaebd8e0
commit 2a7c5cccaa
No known key found for this signature in database
GPG key ID: B9606168D2FFD9F5
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
- 31-12-2021
- 0.6.0
- Ruby 3.1 support
- Fixes memory leak in heap snapshotting
- Improved compilation ergonomics in clang
- Migrated internal storage in c extension to TypedData
- 11-04-2021
- 0.5.0

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true
module MiniRacer
VERSION = "0.5.0"
VERSION = "0.6.0"
LIBV8_NODE_VERSION = "~> 16.10.0.0"
end