Skip to content

Commit 2a4a274

Browse files
committed
bump files for 0.2.10 release
1 parent 2b7992f commit 2a4a274

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.2.10 (June 15th, 2011)
4+
* bug fix for Time/DateTime usage depending on 32/64bit Ruby
5+
36
## 0.2.9 (June 15th, 2011)
47
* fix a long standing bug where a signal would interrupt rb_thread_select and put the connection in a permanently broken state
58
* turn on casting in the ActiveRecord again, users can disable it if they need to for performance reasons

lib/mysql2/version.rb

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

0 commit comments

Comments
 (0)