1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
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