========= Changelog ========= 1.1.0 (2026-04-03) ------------------ * Upgrade to ICU version 78.3. `PR #67 `__. 1.0.1 (2026-02-04) ------------------ * Support older macOS versions: 10.9 on Intel and 11.0 on Apple Silicon. `PR #60 `__. 1.0.0 (2026-02-03) ------------------ * Embed ICU version 78.2 consistently in wheels across all platforms, via the custom ICU4C build repository, `icu4c-builds `__. `PR #45 `__. * Stop shipping wheels for 32-bit platforms. `PR #47 `__. * Ship wheels for Windows. `PR #9 `__. * Add :mod:`.breakers` module for text boundary analysis of characters, words, lines, and sentences. `PR #52 `__. * Add ``repr()`` implementations to :class:`.Locale` and :class:`.MessageFormat`. `PR #49 `__. * Add :attr:`.MessageFormat.pattern` and :attr:`.MessageFormat.locale` properties to expose the pattern string and locale. `PR #53 `__. 0.2.0 (2026-01-20) ------------------ * Add :data:`.icu_version` and :data:`.icu_version_info` to expose the ICU library version. * Add :class:`.Locale` class and extend :class:`.MessageFormat` to accept it. * Expand :meth:`.MessageFormat.format` to support ``decimal.Decimal``, ``date``, and ``datetime`` values. * Make :meth:`.MessageFormat.format` support large integers that would overflow ``int64``, rather than raising an error. `PR #38 `__. * Allow :class:`.MessageFormat` to be subclassed. 0.1.0 (2026-01-09) ------------------ * First release on PyPI.