v0.12.0
parent
561d7e89c0
commit
e107ffe987
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
||||||
|
## v0.12.0
|
||||||
|
|
||||||
|
### News
|
||||||
|
|
||||||
|
- Officially Supports Postgres;
|
||||||
|
|
||||||
|
### Updates
|
||||||
|
|
||||||
|
- Migrates the CI to GitHub Actions;
|
||||||
|
- This gem does not depends on `git` package anymore;
|
||||||
|
- Makes this gem requires MFA for security;
|
||||||
|
- Adds coverage test;
|
||||||
|
- The method `rated?` now uses a better query;
|
||||||
|
|
||||||
## v0.11.0
|
## v0.11.0
|
||||||
|
|
||||||
### Updates
|
### Updates
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
rating (0.11.0)
|
rating (0.12.0)
|
||||||
activerecord
|
activerecord
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Rating
|
module Rating
|
||||||
VERSION = '0.11.0'
|
VERSION = '0.12.0'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue