CrossRef / cayenne

MOVED to https://gitlab.com/crossref/rest_api
https://gitlab.com/crossref/rest_api
MIT License
17 stars 9 forks source link

Keep `message-version` in sync with `cayenne.version/version` #27

Open afandian opened 6 years ago

afandian commented 6 years ago

The message-version in API responses is hard-coded to "1.0.0".

https://github.com/CrossRef/cayenne/blob/master/src/cayenne/version.clj#L3

Now we're going to start versioning Cayenne in earnest, probably with Semantic Versioning, we can use this version number for the message-version. The format of data is steadily changing as we add new features anyway, and this will make it clearer to consumers.