Skip to content

Commit

Permalink
Bump 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bassett committed Dec 22, 2017
1 parent 887167d commit 947ec79
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.3.0
- Add unique constraint.

## 3.2.0
- Add match constraint.
- Fix the rollback of change view migrations.
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rein (3.2.0)
rein (3.3.0)
activerecord (>= 4.0.0, < 6)
activesupport (>= 4.0.0, < 6)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rein (3.2.0)
rein (3.3.0)
activerecord (>= 4.0.0, < 6)
activesupport (>= 4.0.0, < 6)

Expand Down
2 changes: 1 addition & 1 deletion lib/rein/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rein
VERSION = '3.2.0'.freeze
VERSION = '3.3.0'.freeze
end

0 comments on commit 947ec79

Please sign in to comment.