v0.9.0
parent
3fff8bc5af
commit
2832b8a9f7
|
@ -1,10 +1,15 @@
|
||||||
## next version
|
## v0.9.0
|
||||||
|
|
||||||
### News
|
### News
|
||||||
|
|
||||||
- Order index keys of template the same way Rails does the query;
|
- 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.
|
- 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
|
## v0.8.0
|
||||||
|
|
||||||
### News
|
### News
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
rating (0.8.0)
|
rating (0.9.0)
|
||||||
activerecord
|
activerecord
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Rating
|
module Rating
|
||||||
VERSION = '0.8.0'
|
VERSION = '0.9.0'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue