Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 14e0134

Browse files
committed
v0.12.1
1 parent b13d519 commit 14e0134

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Current
3+
## 0.12.1 2014/02/03
44

55
* add `timeout` option to `V8::Context` to forcibly abort long running scripts (thanks to @SamSaffron)
66
* allow canonical require via `require "therubyracer"` instead of oddball `require "v8"`(thanks @gaffneyc)

lib/v8/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module V8
2-
VERSION = "0.12.0"
2+
VERSION = "0.12.1"
33
end

0 commit comments

Comments
 (0)