Skip to content

Commit 5fa9b7a

Browse files
committed
0.5.1
1 parent f75f280 commit 5fa9b7a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## 0.5.1
4+
5+
* Sprinkles two instance variables to the custom transaction manager that cribs
6+
its implementation from ActiveRecord::TestFixtures (see f75f280)
7+
[#88](https://github.com/testdouble/cypress-rails/issues/88)
8+
[#89](https://github.com/testdouble/cypress-rails/pull/89)
9+
310
## 0.5.0
411

512
* Add hook `after_server_start`

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-
cypress-rails (0.5.0)
4+
cypress-rails (0.5.1)
55
puma (>= 3.8.0)
66
railties (>= 5.2.0)
77

example/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-
cypress-rails (0.5.0)
4+
cypress-rails (0.5.1)
55
puma (>= 3.8.0)
66
railties (>= 5.2.0)
77

lib/cypress-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CypressRails
2-
VERSION = "0.5.0"
2+
VERSION = "0.5.1"
33
end

0 commit comments

Comments
 (0)