active_model_serializers
active_model_serializers copied to clipboard
Changelog entry missing for for v0.10.7
Changelog seems to stop at 0.10.6. Current release is 0.10.7.
@johntrandall it can be found on the 0-10-stable branch: https://github.com/rails-api/active_model_serializers/blob/0-10-stable/CHANGELOG.md
@johntrandall Thanks for helping out @mvz
Since putting it like that on master, I've thought maybe we should link from master to each branch and let each branch handle itself, since they all have their own git root ;)
Having the actual changelog on-disk after installing is kind of nice, so I wouldn't use pointers across git branches.
@mvz Any thoughts on how to keep them in sync? like if we add something to 0-10-stable we then update master? It's a process thing? (maintenance problems)
@bf4 I would develop the next 0.10.x on master until there are breaking changes and only then create a 0-10-stable branch just for bugfixes. This gem is in a pre-1.x phase after all...
@bf4 alternatively, merge 0-10-stable into master periodically.
@bf4 I see now that master is basically empty. Since that is the case, I would clear out the changelog as well, and just point to 0-10-stable.
I would also appreciate a 0.10.7 changelog on master.