ruby-i18n / i18n

Internationalization (i18n) library for Ruby
MIT License
977 stars 408 forks source link

[QUESTION] Does i18n use Semver? #632

Closed ebouchut closed 2 years ago

ebouchut commented 2 years ago

I may be wrong but it seems to me that i18n does not support Semantic Versioning as version 1.11.0 (a minor version) introduced what looks to me as a breaking change where the zero (and one when count is not present) keys are no longer supported.

Clarifying this point in the README would help given the impact it may have on 3rd party gems.

Thanks,

radar commented 2 years ago

Yes it does.

the change appeared to me to be just for CLDR. If it’s breaking other things, then please do file an issue about that breakage (following the issue guide) so that we can fix it.

Thanks!

radar commented 2 years ago

I’ve just started my day (read: I’m still in bed) and read the other thread. Once I’m at work today, I’ll look at how we can fix this proper.

ebouchut commented 2 years ago

Thank you @radar for quickly releasing a new minor version that rolled back the breaking change.