evgenyneu / keychain-swift

Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.
MIT License
2.85k stars 345 forks source link

Please use semantic versioning #148

Open roddi opened 3 years ago

roddi commented 3 years ago

It looks like you have released 19 incompatible versions. Maybe you have but maybe you should just use semantic versioning. See https://semver.org

This just count up major versions approach breaks a lot of tools.

bdolewski commented 2 years ago

The same! This is because SPM is looking for tags in git and does not care about the release version at GitHub. @evgenyneu you need to align tags with your releases for this lib because we all have messed up versioning.

evgenyneu commented 2 years ago

@bdolewski I deleted the release on Github, did not realize it was there thanks!