From 14e01345c9b5414873bb3532c09888ca60ff7a0e Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Mon, 3 Feb 2014 16:17:00 -0600 Subject: [PATCH] v0.12.1 --- Changelog.md | 2 +- lib/v8/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index a85508e..333148c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Changelog -## Current +## 0.12.1 2014/02/03 * add `timeout` option to `V8::Context` to forcibly abort long running scripts (thanks to @SamSaffron) * allow canonical require via `require "therubyracer"` instead of oddball `require "v8"`(thanks @gaffneyc) diff --git a/lib/v8/version.rb b/lib/v8/version.rb index 634705a..e41dc95 100644 --- a/lib/v8/version.rb +++ b/lib/v8/version.rb @@ -1,3 +1,3 @@ module V8 - VERSION = "0.12.0" + VERSION = "0.12.1" end