File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
lib/active_model/serializer Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### [ 0-9-stable] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.4...0-9-stable )
4
4
5
+ ### [ v0.9.5 (2016-03-30)] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.4...v0.9.5 )
6
+
7
+ - [ #1607 ] ( https://github.com/rails-api/active_model_serializers/pull/1607 ) Merge multiple nested associations. (@Hirtenknogger )
8
+
5
9
### [ v0.9.4 (2016-01-05)] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.3...v0.9.4 )
6
10
7
11
- [ #752 ] ( https://github.com/rails-api/active_model_serializers/pull/752 ) Tiny improvement of README 0-9-stable (@basiam )
Original file line number Diff line number Diff line change 1
1
module ActiveModel
2
2
class Serializer
3
- VERSION = '0.9.4 '
3
+ VERSION = '0.9.5 '
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments