rbarrois / python-semanticversion

Semantic version comparison for Python (see http://semver.org/)
BSD 2-Clause "Simplified" License
281 stars 74 forks source link

Version 2.7 broke compatibility #79

Closed tzoiker closed 5 years ago

tzoiker commented 5 years ago

Ironically, semver library does not follow semver. For example, removing specs property from Spec broke compatibility with version 2.6. Please, introduce breaking changes with major bump only.

rbarrois commented 5 years ago

Damn, this is an oversight on my side :/ It's still available through iter(Spec), but I'll push an update later today to fix it.

Thanks for the report!

rbarrois commented 5 years ago

(this also means that no test checked that the attribute existed, I think :wink:)

rbarrois commented 5 years ago

Fixed in release 2.8.1 ;)