wvteijlingen / Spine

A Swift library for working with JSON:API APIs. It supports mapping to custom model classes, fetching, advanced querying, linking and persisting.
MIT License
266 stars 109 forks source link

Tag some (semantically-versioned) releases #67

Closed cbowns closed 8 years ago

cbowns commented 8 years ago

Hi! Could you start tagging releases with SemVer for library clients who use things like Cocoapods to have stable version tags to point to? I noticed we were on the swift-2.0 branch, and now that that's on master, I'd love to point to something more stable than the SHA du jour.

wvteijlingen commented 8 years ago

Hi Christopher, you're right, the library is at a point now that I can at least start tagging 0.x releases. I'd like to hold off a 1.0 release until proper tests have been written for everything. I'm merging in some changes soon and will create a release asap.

cbowns commented 8 years ago

Sounds great, thank you!