day8 / re-frame-http-fx

A re-frame "effects handler" for performing Ajax tasks (via cljs-ajax)
MIT License
259 stars 27 forks source link

Version v0.2.0 release #40

Closed mrrodriguez closed 3 years ago

mrrodriguez commented 4 years ago

I noticed that the latest released version is "v0.2.0".

The odd part to this is the prefix "v" in the version string. No previous version had this prefix, eg. "0.1.6".

Was this prefix added intentionally? I wasn't sure if it will cause any issue in typical semantic versioning systems or lexicographical comparisons, etc.

Wegi commented 3 years ago

I wanted to add, that version-checkers like depot.outdated or ancient fail because they think 0.1.6 is newer. :)

superstructor commented 3 years ago

This was a mistake in the v0.2.0 deployment with the combination of the day8/lein-git-inject version and configuration that was used at the time.

Have fixed with release of 0.2.1. Obviously, unfortunately so that we don't break anyone's builds v0.2.0 will have to stay indefinitely. The good news is in my testing the sort order is still correct and 0.2.1 is listed as the newest release.