HCA-Healthcare / elixir-hl7

An Elixir library for working with HL7 v2.x healthcare data
Apache License 2.0
110 stars 22 forks source link

Git is missing tags for released versions of this package. #36

Open thomasdziedzic-calmwave opened 1 year ago

thomasdziedzic-calmwave commented 1 year ago

The latest tag that I see on https://github.com/HCA-Healthcare/elixir-hl7/tags is 0.6.3

The current version in https://hex.pm/packages/elixir_hl7/versions is 0.8.0

Could you please add the missing tags for each of the versions so that I can compare the diffs between each version that got released?

adkron commented 1 year ago

You can use hex diff. https://diff.hex.pm/diff/elixir_hl7/0.7.3..0.8.0

adkron commented 1 year ago

Here is between 0.6.3 and 0.8.0. https://diff.hex.pm/diff/elixir_hl7/0.6.3..0.8.0

Hexdiff is more accurate as it uses what is in hex and not in the repo.