Skip to content

Commit 524aeef

Browse files
committed
Bump 0.10.13
1 parent fae99ee commit 524aeef

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
## 0.10.x
22

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

55
Breaking changes:
66

77
Features:
88

99
Fixes:
1010

11-
- [#2399](https://github.com/rails-api/active_model_serializers/pull/2399) Handles edge case where requested current_page > total_pages (@f3z0)
12-
1311
Misc:
1412

13+
### [v0.10.13 (2022-01013)](https://github.com/rails-api/active_model_serializers/compare/v0.10.12...v0.10.13)
14+
15+
Fixes:
16+
17+
- [#2399](https://github.com/rails-api/active_model_serializers/pull/2399) Handles edge case where requested current_page > total_pages (@f3z0)
18+
1519
### [v0.10.12 (2020-12-10)](https://github.com/rails-api/active_model_serializers/compare/v0.10.11...v0.10.12)
1620

1721
Fixes:

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ eval_gemfile local_gemfile if File.readable?(local_gemfile)
1515
# Specify your gem's dependencies in active_model_serializers.gemspec
1616
gemspec
1717

18-
version = ENV['RAILS_VERSION'] || '4.2'
18+
version = ENV['RAILS_VERSION'] || '6.1'
1919

2020
if version == 'master'
2121
gem 'rack', github: 'rack/rack'

lib/active_model/serializer/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

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

0 commit comments

Comments
 (0)