klinker24 / Android-TextView-LinkBuilder

Insanely easy way to define clickable links within a TextView.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conform to semantic versioning

johnjohndoe opened this issue · comments

Please considering changing your versioning scheme to stick to semantic versioning. The current version number increase does not conform to this convention as far as I can jugde. I refer to adding new features such as setting the default color which should cause an increase of the minor version number.

Noted for the future. I did not consider that feature to be something worth a minor release, so I chose to keep it in the 1.0 release.

The new feature would be a version change from v.1.0.z to v.1.1.0. Please mind that users of the library might find the wrong version handling misleading since they have certain expectations.