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.8...0-9-stable )
3
+ ### [ 0-9-stable] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.9...0-9-stable )
4
+
5
+ ### [ v0.9.9 (2023-05-18)] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.8...v0.9.8 )
6
+
7
+ - [ #2446 ] ( https://github.com/rails-api/active_model_serializers/pull/2446 ) Fix Ruby > 2.5 constant lookup. (@Physium )
4
8
5
9
### [ v0.9.8 (2020-12-10)] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.7...v0.9.8 )
6
10
Original file line number Diff line number Diff line change 1
1
module ActiveModel
2
2
class Serializer
3
- VERSION = '0.9.8 ' . freeze
3
+ VERSION = '0.9.9 ' . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments