coblox / nectar

GNU General Public License v3.0
0 stars 1 forks source link

Remove PATCH semvar number from all libraries #113

Closed tcharding closed 4 years ago

tcharding commented 4 years ago

In semvar changing the PATCH version by definition should not break the usage of the library.

In Nectar we depend on comit, if we use explicit patch versions for a dependency that we have in common with cnd then the patch versions have to match. This adds unnecessary maintenance burden on the two repositories.

Remove the patch version number from all dependencies.

If this lands we can do the same in cnd, doing one at a time to keep any discussion in one place.