Skip to content

Commit

Permalink
bump to 0.2.6 to push fixed win32 gems
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Oct 20, 2010
1 parent f79bf62 commit 426cff8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.2.6 (October 19th, 2010)
* version bump since the 0.2.5 win32 binary gems were broken

## 0.2.5 (October 19th, 2010)
* fixes for easier Win32 binary gem deployment for targeting 1.8 and 1.9 in the same gem
* refactor of connection checks and management to avoid race conditions with the GC/threading to prevent the unexpected loss of connections
Expand Down
2 changes: 1 addition & 1 deletion lib/mysql2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
#
# A modern, simple and very fast Mysql library for Ruby - binding to libmysql
module Mysql2
VERSION = "0.2.5"
VERSION = "0.2.6"
end
2 changes: 1 addition & 1 deletion mysql2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{mysql2}
s.version = "0.2.5"
s.version = "0.2.6"

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

0 comments on commit 426cff8

Please sign in to comment.