adrienmo / eredis_cluster

eredis_cluster is an erlang wrapper for eredis to support cluster mode of redis 3.0.0+
MIT License
79 stars 83 forks source link

0.5.11 tag name #19

Closed getong closed 6 years ago

getong commented 6 years ago

I download the 0.5.10 tag from hex.pm, but it download and compile every time I restart my app. Here is the msg:

===> Upgrading eredis_cluster ({pkg,<<"eredis_cluster">>,<<"0.5.10">>,
                                       <<"144344C8D34058F249F5DA8CCCAC7F03AE77B2CCBC4CE55A99CE2DB7676BBB85">>})

And sometimes, it doesn't compile at all:

===> Failed to boot eredis_cluster for reason {"no such file or directory",
                                                          "eredis_cluster.app"}

I find out the eredis_clsuter dir not contains the ebin dir:

ls _build/default/lib/eredis_cluster
include  LICENSE  mix.exs  README.md  rebar.config  src  VERSION

I finally found out that, in the src file, the vesion is still 0.5.9, and since 0.5.10 is released and pushed to hex.pm, so I think the new tag name is 0.5.11, so is this patch.

adrienmo commented 6 years ago

@getong I tagged the version on git and republished a package on hex. It should be ok this time.