remodoy / clj-postgresql

PostgreSQL helpers for Clojure projects
BSD 2-Clause "Simplified" License
161 stars 17 forks source link

Remove SNAPSHOT from version number #2

Closed melvinzhang closed 10 years ago

melvinzhang commented 10 years ago

Thanks for this awesome library, made it a lot easier to work with postgis without having to craft custom queries. When building a release of my app, lein complains about using a snapshot version in releases.

Is there a specific reason for marking releases as snapshots? It would be great to depend on this library without adding LEIN_SNAPSHOTS_IN_RELEASE env var to override lein's warning.

jkjuopperi commented 10 years ago

No reason really. The library is just very new. I'll make proper release right away to get rid of the snapshot.

Any comments, suggestions and contributions are very welcome also. The library hasn't probably seen enough use yet to be completely nice and logical :)