what's the difference between latest_release and latest_version in the API? https://clojars.org/api/artifacts/cljsjs/react
I guess based on this: https://clojars.org/api/artifacts/clj-kondo
latest_version "2023.03.18-SNAPSHOT"
latest_release "2023.03.17"so prereleases and whatnot end up as versions but not as releases
yes
🙂