File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
lib/active_model/serializer Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11## 0.10.x
22
3- ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.13 ...0-10-stable )
3+ ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.14 ...0-10-stable )
44
55Breaking changes:
66
@@ -10,7 +10,21 @@ Fixes:
1010
1111Misc:
1212
13- ### [ v0.10.13 (2022-01013)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.12...v0.10.13 )
13+ ### [ v0.10.14 (2023-10-05)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.13...v0.10.14 )
14+
15+ Breaking changes:
16+
17+ Features:
18+
19+ Fixes:
20+ - [ #2427 ] ( https://github.com/rails-api/active_model_serializers/pull/2427 ) Fix checking of method defined or not (@y-yagi )
21+
22+ Misc:
23+ - [ #2453 ] ( https://github.com/rails-api/active_model_serializers/pull/2453 ) Update gem requirement to allow Rails 7.1 (@schinery , @mediafinger )
24+ - [ #2451 ] ( https://github.com/rails-api/active_model_serializers/pull/2451 ) Upgrade to Ubuntu 22.04 on Github Actions (@wasifhossain )
25+ - [ #2442 ] ( https://github.com/rails-api/active_model_serializers/pull/2442 ) Remove travis settings (@ohbarye )
26+
27+ ### [ v0.10.13 (2022-10-13)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.12...v0.10.13 )
1428
1529Fixes:
1630
Original file line number Diff line number Diff line change 22
33module ActiveModel
44 class Serializer
5- VERSION = '0.10.13 ' . freeze
5+ VERSION = '0.10.14 ' . freeze
66 end
77end
You can’t perform that action at this time.
0 commit comments