From 2a4a274035a2d4e72ad295599617c198bcfa2480 Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Wed, 15 Jun 2011 21:59:41 -0700 Subject: [PATCH] bump files for 0.2.10 release --- CHANGELOG.md | 3 +++ lib/mysql2/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b10c7e16..61ce37444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/mysql2/version.rb b/lib/mysql2/version.rb index dad0fa0e9..7c4eb3812 100644 --- a/lib/mysql2/version.rb +++ b/lib/mysql2/version.rb @@ -1,3 +1,3 @@ module Mysql2 - VERSION = "0.2.9" + VERSION = "0.2.10" end \ No newline at end of file