Skip to content

Commit

Permalink
merge in 0.2.x, bump version for 0.3.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Nov 9, 2011
2 parents 0146e58 + 57aabc0 commit ebe7c1d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## HEAD
## 0.3.8 (November 9th, 2011)
* remove fiber support from mysql2, the code has moved to the
em-synchrony gem.
* use rb_wait_for_single_fd() if available
* fixed a bug with inheriting query options
* remove ext/ from the default loadpath
* fix build issues on OSX with Xcode 4.2 (gcc-llvm compiler)

## 0.3.7 (August 16th, 2011)
* ensure symbolized column names support encodings in 1.9
Expand Down Expand Up @@ -40,6 +44,12 @@
* BREAKING CHANGE: the ActiveRecord adapter has been pulled into Rails 3.1 and is no longer part of the gem
* added Mysql2::Client.escape (class-level) for raw one-off non-encoding-aware escaping

## 0.2.14 (November 9th, 2011)
* use rb_wait_for_single_fd() if available
* fixed a bug with inheriting query options
* remove ext/ from the default loadpath
* fix build issues on OSX with Xcode 4.2 (gcc-llvm compiler)

## 0.2.13 (August 16th, 2011)
* fix stupid bug around symbol encoding support (thanks coderrr!)

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.3.7"
VERSION = "0.3.8"
end

0 comments on commit ebe7c1d

Please sign in to comment.