Skip to content

Commit

Permalink
bump files for 0.2.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Jun 16, 2011
1 parent 2b7992f commit 2a4a274
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.2.10 (June 15th, 2011)
* bug fix for Time/DateTime usage depending on 32/64bit Ruby

## 0.2.9 (June 15th, 2011)
* fix a long standing bug where a signal would interrupt rb_thread_select and put the connection in a permanently broken state
* turn on casting in the ActiveRecord again, users can disable it if they need to for performance reasons
Expand Down
2 changes: 1 addition & 1 deletion lib/mysql2/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mysql2
VERSION = "0.2.9"
VERSION = "0.2.10"
end

0 comments on commit 2a4a274

Please sign in to comment.