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 1
1
## 0.10.x
2
2
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 )
4
4
5
5
Breaking changes:
6
6
7
7
Features:
8
8
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 )
11
14
12
15
Fixes:
13
16
@@ -21,8 +24,10 @@ Fixes:
21
24
22
25
Misc:
23
26
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 )
25
29
30
+ ### [ v0.10.9 (2019-02-08)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.8...v0.10.9 )
26
31
27
32
Fixes:
28
33
Original file line number Diff line number Diff line change 2
2
3
3
module ActiveModel
4
4
class Serializer
5
- VERSION = '0.10.9 ' . freeze
5
+ VERSION = '0.10.10 ' . freeze
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments