mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
v0.12.1
This commit is contained in:
parent
b13d519fa5
commit
14e01345c9
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module V8
|
||||
VERSION = "0.12.0"
|
||||
VERSION = "0.12.1"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue