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 2011-06-17 01:04:55 -05:00
parent 893cb16ddd
commit edc8eb7086
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## 0.9.1 - 2011/06/17
* never perform V8 operations inside Ruby GC
* refactor locking interface
* add documentation for v8_handle
## 0.9.0 - 2011/06/10
* extract libv8 into installable binary for most platforms

View file

@ -1,3 +1,3 @@
module V8
VERSION = "0.9.1beta1"
VERSION = "0.9.1"
end