Relax gettext dependency constraint to allow >= 0.26.0
Summary of changes
Relax gettext dependency constraint to allow >= 0.26.0 This allows users to choose between gettext 0.26.x and 1.0.x versions
Checklist
- N/A New functions have typespecs, changed functions were updated
- N/A Same for documentation, including moduledocs
- N/A Tests were added or updated to cover changes
- [x] Commits were squashed into a single coherent commit
- [x] Notes added to CHANGELOG file which describe changes at a high-level
Fixes #782
Yes, would nice, we also can't update our lib without this
+1. Can we merge it?
Would be really nice!
need it too
@ddon @mberrueta-cn I'm curious why you need this PR so badly. Is there anything preventing you from doing {:gettext, "~> 1.0", override: true} as a workaround for now?
@bitwalker have you already seen this?
@optikfluffel the answer is in your question: it's a workaround. Not everybody wants to have workarounds in their code. Not every dev might be sure that the override is safe in this case.
The question should be "Is there anything preventing this from being merged and released?", not the other way round.