Skip to content

Commit cd50d9d

Browse files
committed
Prepare for 3.0.10 release.
1 parent af3fb5c commit cd50d9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG

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

2-
* master *
2+
* 3.0.10 *
33

44
* Fix #rowtable_orders visitor helper to use first column if no pk column was found.
55

activerecord-sqlserver-adapter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Gem::Specification.new do |s|
33
s.platform = Gem::Platform::RUBY
44
s.name = "activerecord-sqlserver-adapter"
5-
s.version = "3.0.9"
5+
s.version = "3.0.10"
66
s.summary = "SQL Server 2005 and 2008 Adapter For ActiveRecord."
77
s.description = "SQL Server 2005 and 2008 Adapter For ActiveRecord"
88

lib/active_record/connection_adapters/sqlserver_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class SQLServerAdapter < AbstractAdapter
164164
include Sqlserver::Errors
165165

166166
ADAPTER_NAME = 'SQLServer'.freeze
167-
VERSION = '3.0.9'.freeze
167+
VERSION = '3.0.10'.freeze
168168
DATABASE_VERSION_REGEXP = /Microsoft SQL Server\s+"?(\d{4}|\w+)"?/
169169
SUPPORTED_VERSIONS = [2005,2008,2011].freeze
170170

0 commit comments

Comments
 (0)