File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
lib/active_model/serializer Expand file tree Collapse file tree 2 files changed +7
-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.10...0-9-stable )
3
+ ### [ 0-9-stable] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.11...0-9-stable )
4
+
5
+ ### [ v0.9.11 (2024-04-09)] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.10...v0.9.11 )
6
+
7
+ v0.9.10 was built with an extra file included and so was yanked.
8
+ v0.9.11 is the same as v0.9.10 but doesn't have the extra file.
4
9
5
10
### [ v0.9.10 (2024-04-09)] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.9...v0.9.10 )
6
11
Original file line number Diff line number Diff line change 2
2
3
3
module ActiveModel
4
4
class Serializer
5
- VERSION = '0.9.10 '
5
+ VERSION = '0.9.11 '
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments