File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
lib/active_model/serializer Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11## 0.10.x
22
3- ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.9 ...0-10-stable )
3+ ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.10 ...0-10-stable )
44
55Breaking changes:
66
77Features:
88
9- - [ #2327 ] ( https://github.com/rails-api/active_model_serializers/pull/2327 ) Add support for Ruby 2.6 on Travis CI (@wasifhossain )
10- - [ #2304 ] ( https://github.com/rails-api/active_model_serializers/pull/2304 ) Slim down bundled gem by excluding test files and docs (@greysteil )
9+ Fixes:
10+
11+ Misc:
12+
13+ ### [ v0.10.10 (2019-07-13)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.9...v0.10.10 )
1114
1215Fixes:
1316
@@ -21,8 +24,10 @@ Fixes:
2124
2225Misc:
2326
24- ### [ v0.10.9 (2019-02-08)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.8...v0.10.9 )
27+ - [ #2327 ] ( https://github.com/rails-api/active_model_serializers/pull/2327 ) Add support for Ruby 2.6 on Travis CI (@wasifhossain )
28+ - [ #2304 ] ( https://github.com/rails-api/active_model_serializers/pull/2304 ) Slim down bundled gem by excluding test files and docs (@greysteil )
2529
30+ ### [ v0.10.9 (2019-02-08)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.8...v0.10.9 )
2631
2732Fixes:
2833
Original file line number Diff line number Diff line change 22
33module ActiveModel
44 class Serializer
5- VERSION = '0.10.9 ' . freeze
5+ VERSION = '0.10.10 ' . freeze
66 end
77end
You can’t perform that action at this time.
0 commit comments