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

Commit 4c25753

Browse files
committed
v0.11.1
1 parent fa2787a commit 4c25753

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

Changelog.md

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

3+
## 0.11.1 2013/01/04
4+
5+
* reintroduce the dependency on libv8
6+
* libv8 can be disabled by installing it with the --with-system-v8 flag
7+
38
## 0.11.0 2012/12/04
49

510
* upgrade V8 version to 3.11.8
@@ -239,4 +244,4 @@
239244

240245
## 0.4.0 - 2009/12/21
241246

242-
* evaluate JavaScript code from inside Ruby.
247+
* evaluate JavaScript code from inside Ruby.

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.11.1beta1"
2+
VERSION = "0.11.1"
33
end

0 commit comments

Comments
 (0)