Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Oct 3, 2019
1 parent 3fff8bc commit 2832b8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
## next version
## v0.9.0

### News

- Order index keys of template the same way Rails does the query;
- Limits the `_type` columns to avoid overflow bytes in DBs like MySQL < 5.7.

### Updates

- Update Rails to 2.6.5;
- Update Activerecord to the last version;

## v0.8.0

### News
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rating (0.8.0)
rating (0.9.0)
activerecord

GEM
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.8.0'
VERSION = '0.9.0'
end

0 comments on commit 2832b8a

Please sign in to comment.