datatheorem / TrustKit

Easy SSL pinning validation and reporting for iOS, macOS, tvOS and watchOS.
MIT License
2.01k stars 362 forks source link

Semantic versioning not followed #237

Closed DavidJRobertson closed 3 years ago

DavidJRobertson commented 3 years ago

Recently, version 1.7.0 was released and it contained breaking changes (dropping support for iOS 10). According to semantic versioning rules, it is therefore mandatory to increase the major version number, e.g. to 2.0.0.

Note the SPM docs indicate that it is expected for all swift packages to follow semver rules.