mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
Version bump
This commit is contained in:
parent
bdeaebd8e0
commit
2a7c5cccaa
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue