Skip to content

Commit 4935931

Browse files
committed
update files for 0.2.2 release
1 parent 554837a commit 4935931

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
# 0.2.2 (August 19th, 2010)
4+
* Change how AR adapter would send initial commands upon connecting
5+
** we can make multiple session variable assignments in a single query
6+
* fix signal handling when waiting on queries
7+
* retry connect if interrupted by signals
8+
39
## 0.2.1 (August 16th, 2010)
410
* bring mysql2 ActiveRecord adapter back into gem
511

lib/mysql2.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
#
1212
# A modern, simple and very fast Mysql library for Ruby - binding to libmysql
1313
module Mysql2
14-
VERSION = "0.2.1"
14+
VERSION = "0.2.2"
1515
end

mysql2.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

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

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Brian Lopez"]
12-
s.date = %q{2010-08-16}
12+
s.date = %q{2010-08-19}
1313
s.email = %q{seniorlopez@gmail.com}
1414
s.extensions = ["ext/mysql2/extconf.rb"]
1515
s.extra_rdoc_files = [

0 commit comments

Comments
 (0)