mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Bump to 0.10.12
This commit is contained in:
parent
11574298c9
commit
6d651bc9e3
@ -1,6 +1,6 @@
|
||||
## 0.10.x
|
||||
|
||||
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.11...0-10-stable)
|
||||
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.12...0-10-stable)
|
||||
|
||||
Breaking changes:
|
||||
|
||||
@ -10,6 +10,12 @@ Fixes:
|
||||
|
||||
Misc:
|
||||
|
||||
### [v0.10.12 (2020-12-10)](https://github.com/rails-api/active_model_serializers/compare/v0.10.11...v0.10.12)
|
||||
|
||||
Fixes:
|
||||
|
||||
- [#2398](https://github.com/rails-api/active_model_serializers/pull/2398) Update rails dependency to < 6.2 (@ritikesh)
|
||||
|
||||
### [v0.10.11 (2020-12-04)](https://github.com/rails-api/active_model_serializers/compare/v0.10.10...v0.10.11)
|
||||
|
||||
Features:
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
module ActiveModel
|
||||
class Serializer
|
||||
VERSION = '0.10.11'
|
||||
VERSION = '0.10.12'.freeze
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user