Version 0.10.0
This release adds two main changes:
On one hand, it adds support for Scala 2.10. For this, the RepoUrls
model has been changed by replacing all optional URL fields with a Map, avoiding the limit of 22 fields in case classes. Because of that, this release breaks the compatibility with all projects that are currently using the Github Repository model.
On the other hand, it adds some operations related to GitHub Issues:
Great work @fedefernandez ! Thanks!