File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
lib/active_model/serializer Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
## 0.09.x
2
2
3
- ### [ 0-9-stable] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.4...0-9-stable )
3
+ ### [ 0-9-stable] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.5...0-9-stable )
4
+
5
+ ### [ v0.9.6 (2017-01-10)] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.5...v0.9.6 )
6
+
7
+ - [ #2008 ] ( https://github.com/rails-api/active_model_serializers/pull/2008 ) Fix warning on Thor. (@kirs )
4
8
5
9
### [ v0.9.5 (2016-03-30)] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.4...v0.9.5 )
6
10
Original file line number Diff line number Diff line change 1
1
module ActiveModel
2
2
class Serializer
3
- VERSION = '0.9.5 '
3
+ VERSION = '0.9.6 '
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments