Skip to content

Commit 57aabc0

Browse files
committed
bump version for 0.2.14 release
1 parent 8b5b6bc commit 57aabc0

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.2.14 (November 9th, 2011)
4+
* use rb_wait_for_single_fd() if available
5+
* fixed a bug with inheriting query options
6+
* remove ext/ from the default loadpath
7+
* fix build issues on OSX with Xcode 4.2 (gcc-llvm compiler)
8+
39
## 0.2.13 (August 16th, 2011)
410
* fix stupid bug around symbol encoding support (thanks coderrr!)
511

@@ -167,4 +173,4 @@
167173
* updated extconf (thanks to the mysqlplus project) for easier gem building
168174

169175
## 0.1.0 (April 6th, 2010)
170-
* initial release
176+
* initial release

lib/mysql2/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Mysql2
2-
VERSION = "0.2.13"
3-
end
2+
VERSION = "0.2.14"
3+
end

0 commit comments

Comments
 (0)