Skip to content

Commit d7e0d55

Browse files
committed
update files for 0.1.8 release
1 parent e5c8f89 commit d7e0d55

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 0.1.8 (June 2nd, 2010)
4+
* fixes for AR adapter for timezone juggling
5+
* fixes to be able to run benchmarks and specs under 1.9.2
6+
37
## 0.1.7 (May 22nd, 2010)
48
* fix a bug when using the disconnect! method on a closed connection in the AR driver
59

lib/mysql2.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
#
66
# A modern, simple and very fast Mysql library for Ruby - binding to libmysql
77
module Mysql2
8-
VERSION = "0.1.7"
8+
VERSION = "0.1.8"
99
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.1.7"
8+
s.version = "0.1.8"
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-05-22}
12+
s.date = %q{2010-06-02}
1313
s.email = %q{seniorlopez@gmail.com}
1414
s.extensions = ["ext/extconf.rb"]
1515
s.extra_rdoc_files = [

0 commit comments

Comments
 (0)