Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Mar 2, 2018
1 parent 4c62090 commit 09010f5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.7.0

### News

- Support to configure `uniqueness` validation via YAML into Rating::Rate model;
- Support to multiple scopes via `extra_scopes` option.

### Updates

- Reverts v0.6.0, since we need this validation because we cannot edit the Rate model by ourself.

## v0.6.0

### Updates
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rating (0.6.0)
rating (0.7.0)
activerecord (>= 4.2, < 6)

GEM
Expand Down Expand Up @@ -68,7 +68,7 @@ GEM
byebug (~> 10.0)
pry (~> 0.10)
rack (2.0.4)
rack-test (0.8.2)
rack-test (0.8.3)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/rating/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Rating
VERSION = '0.6.0'
VERSION = '0.7.0'
end

0 comments on commit 09010f5

Please sign in to comment.