Skip to content

Commit 426cff8

Browse files
committed
bump to 0.2.6 to push fixed win32 gems
1 parent f79bf62 commit 426cff8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.2.6 (October 19th, 2010)
4+
* version bump since the 0.2.5 win32 binary gems were broken
5+
36
## 0.2.5 (October 19th, 2010)
47
* fixes for easier Win32 binary gem deployment for targeting 1.8 and 1.9 in the same gem
58
* refactor of connection checks and management to avoid race conditions with the GC/threading to prevent the unexpected loss of connections

lib/mysql2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
#
1313
# A modern, simple and very fast Mysql library for Ruby - binding to libmysql
1414
module Mysql2
15-
VERSION = "0.2.5"
15+
VERSION = "0.2.6"
1616
end

mysql2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{mysql2}
8-
s.version = "0.2.5"
8+
s.version = "0.2.6"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Brian Lopez"]

0 commit comments

Comments
 (0)