elixir-cldr / cldr

Elixir implementation of CLDR/ICU
Other
455 stars 34 forks source link

Also support telemetry v1.0 #154

Closed benregn closed 3 years ago

benregn commented 3 years ago

Right now I have to have {:telemetry, "~> 1.0", override: true}, in my mix.exs file. There are no changes from 0.4.3 to 1.0.0 (https://github.com/beam-telemetry/telemetry/blob/04a1649098da2eee4856ff65ca456343fc6a0be6/CHANGELOG.md#100).

kipcole9 commented 3 years ago

Apologies, thats very inconvenient. And I didn't even realise I had it configured as a dependency at all. Its not used by ex_cldr so I've deleted it from mix.exs and will-republish ASAP. I guess its a transitive dependency from plug. Will get a new release out in a couple of hours max.

kipcole9 commented 3 years ago

Published ex_cldr version 2.23.2 with the following changelog entry. Thanks for the issue and the collaboration!

Bug Fixes