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 1
1
## 0.10.x
2
2
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 )
4
4
5
5
Breaking changes:
6
6
@@ -10,7 +10,21 @@ Fixes:
10
10
11
11
Misc:
12
12
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 )
14
28
15
29
Fixes:
16
30
Original file line number Diff line number Diff line change 2
2
3
3
module ActiveModel
4
4
class Serializer
5
- VERSION = '0.10.13 ' . freeze
5
+ VERSION = '0.10.14 ' . freeze
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments