bitwalker / swarm

Easy clustering, registration, and distribution of worker processes for Erlang/Elixir
MIT License
1.21k stars 103 forks source link

Requesting new release with PR 87 #111

Closed ghost closed 5 years ago

ghost commented 6 years ago

Added functionality to either look up a name or register a name #87

Can there be pushed a new release to hex on this ?

beardedeagle commented 6 years ago

@kraythen:

You can use this in your mix.exs if you would like to pull in a specific change until we get a release cut:

{:swarm, github: "bitwalker/swarm", ref: "c6a95f8"}
bitwalker commented 5 years ago

Done