Skip to content

Commit 6d2f653

Browse files
committed
build: bump to 0.9.11
1 parent 5752dde commit 6d2f653

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

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.
49

510
### [v0.9.10 (2024-04-09)](https://github.com/rails-api/active_model_serializers/compare/v0.9.9...v0.9.10)
611

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.9.10'
5+
VERSION = '0.9.11'
66
end
77
end

0 commit comments

Comments
 (0)