robrix / Prelude

Swift µframework of simple functional programming tools
MIT License
409 stars 26 forks source link

1.7.0 doesn't conform to semantic versioning #52

Closed ikesyo closed 7 years ago

ikesyo commented 7 years ago

The release is dedicated for Swift 3 and apparently breaks the backwards compatibility: https://github.com/robrix/Prelude/releases/tag/1.7.0. That should be tagged as 2.0.0.

@robrix @335g

ikesyo commented 7 years ago

Hmm, 1.5.0 (for Swift 1.2) to 1.6.0 (for Swift 2) was also introducing breaking changes. 😅

335g commented 7 years ago

Thanks @ikesyo ✋

I will fix it because I think also that it should be tagged as 2.0.0.

335g commented 7 years ago

I fixed it 👍