jsonkenl / xlsxir

Xlsx parser for the Elixir language.
MIT License
212 stars 83 forks source link

Commits since March 12th 2019 not included if using hex-version #99

Open teatimes opened 4 years ago

teatimes commented 4 years ago

After some hours debugging the error fixed in Fix MatchError when no styles exist for cell , I became aware that the code in the Github repo is different than the one received if using {:xlsxir, "~> 1.6"}in mix.exs. When looking at Xlsxir at hex.pm, it seems like the latest commit included is the one from March 12th 2019.

Is this intended, or is it a mistake, e.g. by having forgotten to increment the version number?

pierot commented 3 years ago

I commented on https://github.com/jsonkenl/xlsxir/commit/23a2ac540ce70375a924c4c71720c2578b78b862 before seeing this issue. It would be great if someone could push the latest code changes to hex.pm. Thanks!

kbrown-axio commented 10 months ago

still?