Skip to content

Commit 6934c8b

Browse files
committed
build(bump): bump to version 0.10.16
1 parent b7b12f7 commit 6934c8b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 0.10.x
22

3-
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.15...0-10-stable)
3+
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.16...0-10-stable)
44

55
Breaking changes:
66

@@ -10,6 +10,12 @@ Fixes:
1010

1111
Misc:
1212

13+
### [v0.10.16 (2025-12-05)](https://github.com/rails-api/active_model_serializers/compare/v0.10.15...v0.10.16)
14+
15+
Misc:
16+
- [#2492](https://github.com/rails-api/active_model_serializers/pull/2492) Remove use of ActiveSupport::Configurable (@t27duck)
17+
- [#2495](https://github.com/rails-api/active_model_serializers/pull/2495) Fix changing config in subclass having global effect (@janko)
18+
1319
### [v0.10.15 (2024-11-30)](https://github.com/rails-api/active_model_serializers/compare/v0.10.14...v0.10.15)
1420

1521
Fixes:

lib/active_model/serializer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module ActiveModel
44
class Serializer
5-
VERSION = '0.10.15'.freeze
5+
VERSION = '0.10.16'.freeze
66
end
77
end

0 commit comments

Comments
 (0)