Suggestion on more comprehensible versioning
- Dominant language
- Java
- Stars
- 18.8k
- Forks
- 3.9k
- PR merge metrics
- No merged PRs in 30d
Description
I happened to upgrade this library versions along with other libraries, which made whole project unable to be built.
I spent hours figuring out which library causing the problem, and finally found this library was.
The readme does not have any warning or notice that the latest version of library compiles with android x, and the most confusing thing was that the patch that included android x change only bumped up the minor version number.
I am not sure if this library follows semantic versioning, but it would be very nice if it had followed one.
https://semver.org/
If any backward incompatible changes are made to the library, it would be very nice to increment the major version.
Contributor guide
Assessment
This issue has not been assessed yet.