File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
lib/active_model/serializer Expand file tree Collapse file tree 4 files changed +6
-4
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.0.rc5...master )
3
+ ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.0...master )
4
+
5
+ ### v0.10.0 (2016-05-17)
4
6
5
7
Breaking changes:
6
8
- [ #1662 ] ( https://github.com/rails-api/active_model_serializers/pull/1662 ) Drop support for Rails 4.0 and Ruby 2.0.0. (@remear )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Before opening an issue, try the following:
7
7
See if your issue can be resolved by information in the documentation.
8
8
9
9
- [ 0.10 (master) Documentation] ( https://github.com/rails-api/active_model_serializers/tree/master/docs )
10
- - [ ![ API Docs] ( http://img.shields.io/badge/yard-docs-blue.svg )] ( http://www.rubydoc.info/github/rails-api/active_model_serializers/v0.10.0.rc5 )
10
+ - [ ![ API Docs] ( http://img.shields.io/badge/yard-docs-blue.svg )] ( http://www.rubydoc.info/github/rails-api/active_model_serializers/v0.10.0 )
11
11
- [ Guides] ( docs )
12
12
- [ 0.9 (0-9-stable) Documentation] ( https://github.com/rails-api/active_model_serializers/tree/0-9-stable )
13
13
- [ 0.8 (0-8-stable) Documentation] ( https://github.com/rails-api/active_model_serializers/tree/0-8-stable )
Original file line number Diff line number Diff line change 28
28
## Documentation
29
29
30
30
- [ 0.10 (master) Documentation] ( https://github.com/rails-api/active_model_serializers/tree/master )
31
- - [ ![ API Docs] ( http://img.shields.io/badge/yard-docs-blue.svg )] ( http://www.rubydoc.info/github/rails-api/active_model_serializers/v0.10.0.rc5 )
31
+ - [ ![ API Docs] ( http://img.shields.io/badge/yard-docs-blue.svg )] ( http://www.rubydoc.info/github/rails-api/active_model_serializers/v0.10.0 )
32
32
- [ Guides] ( docs )
33
33
- [ 0.9 (0-9-stable) Documentation] ( https://github.com/rails-api/active_model_serializers/tree/0-9-stable )
34
34
- [ ![ API Docs] ( http://img.shields.io/badge/yard-docs-blue.svg )] ( http://www.rubydoc.info/github/rails-api/active_model_serializers/0-9-stable )
Original file line number Diff line number Diff line change 1
1
module ActiveModel
2
2
class Serializer
3
- VERSION = '0.10.0.rc5 ' . freeze
3
+ VERSION = '0.10.0' . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments