Promote beta to release

This commit is contained in:
Loic Nageleisen 2021-04-11 11:18:48 +02:00
parent 838539b9a8
commit ccb9630d1c
No known key found for this signature in database
GPG Key ID: 971B4D9F125CD31E
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
- 11-04-2021
- 0.4.0
- FEATURE: upgrade to libv8 node 15.14.0 (v8 8.6.395.17)
- Promote 0.4.0.beta1 to release, using libv8-node release path
- 08-04-2021
- 0.4.0.beta1

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
module MiniRacer
VERSION = "0.4.0.beta1"
LIBV8_NODE_VERSION = "~> 15.12.0.0.beta1"
VERSION = "0.4.0"
LIBV8_NODE_VERSION = "~> 15.14.0.0"
end