Skip to content

Commit fb30168

Browse files
committed
5.1.0
1 parent b465bac commit fb30168

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

CHANGELOG.md

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

3+
## 5.1.0 (2020-01-08)
4+
35
* Add validate option to foreign key and check constraints
46

57
## 5.0.0 (2019-08-23)

gemfiles/activerecord_4.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-
rein (5.0.0)
4+
rein (5.1.0)
55
activerecord (>= 4.0.0)
66
activesupport (>= 4.0.0)
77

gemfiles/activerecord_5.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-
rein (5.0.0)
4+
rein (5.1.0)
55
activerecord (>= 4.0.0)
66
activesupport (>= 4.0.0)
77

gemfiles/activerecord_5_2.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-
rein (5.0.0)
4+
rein (5.1.0)
55
activerecord (>= 4.0.0)
66
activesupport (>= 4.0.0)
77

gemfiles/activerecord_6.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-
rein (5.0.0)
4+
rein (5.1.0)
55
activerecord (>= 4.0.0)
66
activesupport (>= 4.0.0)
77

lib/rein/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Rein
2-
VERSION = '5.0.0'.freeze
2+
VERSION = '5.1.0'.freeze
33
end

0 commit comments

Comments
 (0)