Skip to content

Commit

Permalink
update files for 0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Aug 19, 2010
1 parent 554837a commit 4935931
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 0.2.2 (August 19th, 2010)
* Change how AR adapter would send initial commands upon connecting
** we can make multiple session variable assignments in a single query
* fix signal handling when waiting on queries
* retry connect if interrupted by signals

## 0.2.1 (August 16th, 2010)
* bring mysql2 ActiveRecord adapter back into gem

Expand Down
2 changes: 1 addition & 1 deletion lib/mysql2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
#
# A modern, simple and very fast Mysql library for Ruby - binding to libmysql
module Mysql2
VERSION = "0.2.1"
VERSION = "0.2.2"
end
4 changes: 2 additions & 2 deletions mysql2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brian Lopez"]
s.date = %q{2010-08-16}
s.date = %q{2010-08-19}
s.email = %q{[email protected]}
s.extensions = ["ext/mysql2/extconf.rb"]
s.extra_rdoc_files = [
Expand Down

0 comments on commit 4935931

Please sign in to comment.