mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Bump version to 0.10.10
This commit is contained in:
parent
2224cc8b50
commit
433c0c646f
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,13 +1,16 @@
|
||||
## 0.10.x
|
||||
|
||||
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.9...0-10-stable)
|
||||
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.10...0-10-stable)
|
||||
|
||||
Breaking changes:
|
||||
|
||||
Features:
|
||||
|
||||
- [#2327](https://github.com/rails-api/active_model_serializers/pull/2327) Add support for Ruby 2.6 on Travis CI (@wasifhossain)
|
||||
- [#2304](https://github.com/rails-api/active_model_serializers/pull/2304) Slim down bundled gem by excluding test files and docs (@greysteil)
|
||||
Fixes:
|
||||
|
||||
Misc:
|
||||
|
||||
### [v0.10.10 (2019-07-13)](https://github.com/rails-api/active_model_serializers/compare/v0.10.9...v0.10.10)
|
||||
|
||||
Fixes:
|
||||
|
||||
@ -21,8 +24,10 @@ Fixes:
|
||||
|
||||
Misc:
|
||||
|
||||
### [v0.10.9 (2019-02-08)](https://github.com/rails-api/active_model_serializers/compare/v0.10.8...v0.10.9)
|
||||
- [#2327](https://github.com/rails-api/active_model_serializers/pull/2327) Add support for Ruby 2.6 on Travis CI (@wasifhossain)
|
||||
- [#2304](https://github.com/rails-api/active_model_serializers/pull/2304) Slim down bundled gem by excluding test files and docs (@greysteil)
|
||||
|
||||
### [v0.10.9 (2019-02-08)](https://github.com/rails-api/active_model_serializers/compare/v0.10.8...v0.10.9)
|
||||
|
||||
Fixes:
|
||||
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
module ActiveModel
|
||||
class Serializer
|
||||
VERSION = '0.10.9'.freeze
|
||||
VERSION = '0.10.10'.freeze
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user