Skip to content

Commit

Permalink
bump version for 0.2.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Nov 9, 2011
1 parent 8b5b6bc commit 57aabc0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 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 Expand Up @@ -167,4 +173,4 @@
* updated extconf (thanks to the mysqlplus project) for easier gem building

## 0.1.0 (April 6th, 2010)
* initial release
* initial release
4 changes: 2 additions & 2 deletions lib/mysql2/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mysql2
VERSION = "0.2.13"
end
VERSION = "0.2.14"
end

0 comments on commit 57aabc0

Please sign in to comment.