mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Bump to 0.9.6
This commit is contained in:
parent
4432257cb8
commit
32704cb0c1
@ -1,6 +1,10 @@
|
||||
## 0.09.x
|
||||
|
||||
### [0-9-stable](https://github.com/rails-api/active_model_serializers/compare/v0.9.4...0-9-stable)
|
||||
### [0-9-stable](https://github.com/rails-api/active_model_serializers/compare/v0.9.5...0-9-stable)
|
||||
|
||||
### [v0.9.6 (2017-01-10)](https://github.com/rails-api/active_model_serializers/compare/v0.9.5...v0.9.6)
|
||||
|
||||
- [#2008](https://github.com/rails-api/active_model_serializers/pull/2008) Fix warning on Thor. (@kirs)
|
||||
|
||||
### [v0.9.5 (2016-03-30)](https://github.com/rails-api/active_model_serializers/compare/v0.9.4...v0.9.5)
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
module ActiveModel
|
||||
class Serializer
|
||||
VERSION = '0.9.5'
|
||||
VERSION = '0.9.6'
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user