This commit is contained in:
Charles Lowell 2014-02-03 16:17:00 -06:00
parent b13d519fa5
commit 14e01345c9
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -1,3 +1,3 @@
module V8
VERSION = "0.12.0"
VERSION = "0.12.1"
end