florinpatrascu / bolt_sips

Neo4j driver for Elixir
Apache License 2.0
256 stars 49 forks source link

Proposal: use git tags for releases. #40

Closed MachinesAreUs closed 6 years ago

MachinesAreUs commented 6 years ago

this would ease tracking diagnostics against previous versions.

florinpatrascu commented 6 years ago

Of course, but how is this different than what I am currently doing?!

MachinesAreUs commented 6 years ago

It would allow navigation to a specific version from the repository main page :)

florinpatrascu commented 6 years ago

sure thing, I'll make sure I'll continue to tag the every noticeable release, from now on. Right now there is only one tag :) Thank you for the suggestion!

florinpatrascu commented 6 years ago

v0.5.7 created :)

MachinesAreUs commented 6 years ago

Great! Is there a reason this version is not on hex.pm?

florinpatrascu commented 6 years ago

@MachinesAreUs, yes there is one, and I am getting this question a lot lately :) We depend on the db-connection, its master version. Details here: #39, HTH