cljzmq icon indicating copy to clipboard operation
cljzmq copied to clipboard

Please release version 0.1.5

Open aviad opened this issue 8 years ago • 5 comments

  1. It seems there have been no commits for the past 1.5 years (latest commit 7a84f43 on Jan 6, 2015 as of this writing, July 13, 2016).
  2. There were 19 commits (including merges) since 0.1.4
  3. I'd be happy to do it myself, but I don't have the clojars permissions for this package.

Thank you.

aviad avatar Jul 12 '16 21:07 aviad

Should this issue be closed? Looks like 0.1.5 is out.

daveyarwood avatar Oct 09 '16 02:10 daveyarwood

accoring to https://clojars.org/clj-zmq I only see version 0.1.2. Am I looking in the wrong place?

aviad avatar Oct 09 '16 13:10 aviad

I don't think that's right. In the project.clj it looks like this project is deployed to Maven Central, not Clojars. I found it here: http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.zeromq%22%20AND%20a%3A%22cljzmq%22

It looks like the latest version in Maven is 0.1.4 though, so perhaps 0.1.5 still needs to be deployed.

Tests are passing on master for me. @trevorbernard is there any reason 0.1.5 shouldn't be deployed to Maven?

Also, the README says to use the dependency vector [org.zeromq/cljzmq "0.1.6-SNAPSHOT"], but that version isn't available in Clojars or Maven. The latest version available in Maven is 0.1.4.

daveyarwood avatar Oct 09 '16 14:10 daveyarwood

The Travis build is failing, but that it seems potentially configuration-related -- it looks like Travis doesn't have authorization to get org.zeromq:jzmq:pom:3.1.1-SNAPSHOT from Maven.

daveyarwood avatar Oct 09 '16 14:10 daveyarwood

cljzmq is release on maven central instead of clojars

trevorbernard avatar Oct 09 '16 15:10 trevorbernard