Skip to content

Commit 8dcd94e

Browse files
authored
Merge pull request #130 from zendesk/jury.razumau/2.0.0
release v2.0.0
2 parents 0a06921 + 841fe96 commit 8dcd94e

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ and as of v1.0.0 this project adheres to [Semantic Versioning](https://semver.or
66

77
## [Unreleased]
88

9-
### Fixed
10-
- Implement equality for connection proxies to consider database; allows fixture loading for different databases
11-
12-
## [2.0.0.pre.2]
9+
## [2.0.0]
1310

1411
### Added
1512
- Add support for Rails 7.1.
@@ -19,6 +16,9 @@ and as of v1.0.0 this project adheres to [Semantic Versioning](https://semver.or
1916
- Remove `mysql2` as a direct dependency, test Rails 7.0 with `mysql2` and `activerecord-trilogy-adapter`.
2017
- Remove support for Rails 5.1, 5.2, and 6.0.
2118

19+
### Fixed
20+
- Implement equality for connection proxies to consider database; allows fixture loading for different databases
21+
2222
## [1.2.5] - 2023-07-14
2323
### Added
2424
- Start testing with Ruby 3.2.

gemfiles/rails6.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_record_host_pool (2.0.0.pre.2)
4+
active_record_host_pool (2.0.0)
55
activerecord (>= 6.1.0, < 7.2)
66

77
GEM

gemfiles/rails7.0_mysql2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_record_host_pool (2.0.0.pre.2)
4+
active_record_host_pool (2.0.0)
55
activerecord (>= 6.1.0, < 7.2)
66

77
GEM

gemfiles/rails7.0_trilogy.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_record_host_pool (2.0.0.pre.2)
4+
active_record_host_pool (2.0.0)
55
activerecord (>= 6.1.0, < 7.2)
66

77
GEM

gemfiles/rails7.1_mysql2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_record_host_pool (2.0.0.pre.2)
4+
active_record_host_pool (2.0.0)
55
activerecord (>= 6.1.0, < 7.2)
66

77
GEM

gemfiles/rails7.1_trilogy.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_record_host_pool (2.0.0.pre.2)
4+
active_record_host_pool (2.0.0)
55
activerecord (>= 6.1.0, < 7.2)
66

77
GEM
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveRecordHostPool
4-
VERSION = "2.0.0.pre.2"
4+
VERSION = "2.0.0"
55
end

0 commit comments

Comments
 (0)