From 9da4d8bb6670c9820a6fd4223f51b173b66602b8 Mon Sep 17 00:00:00 2001 From: Felipe Gasper Date: Wed, 14 Feb 2024 13:55:20 -0500 Subject: [PATCH] 0.21 release --- Changes | 3 +++ lib/JavaScript/QuickJS.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index be43ada..7af6a32 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension JavaScript::QuickJS: +0.21 Sec 14 Feb 2024 +- Documentation updates. (No functional changes.) + 0.20 Tue 13 Feb 2024 - BREAKING CHANGE: eval_module() now returns a Promise (as QuickJS itself now does) instead of the JavaScript::QuickJS instance. diff --git a/lib/JavaScript/QuickJS.pm b/lib/JavaScript/QuickJS.pm index d11452b..e314608 100644 --- a/lib/JavaScript/QuickJS.pm +++ b/lib/JavaScript/QuickJS.pm @@ -47,7 +47,7 @@ your system. use XSLoader; -our $VERSION = '0.20'; +our $VERSION = '0.21'; XSLoader::load( __PACKAGE__, $VERSION );