Skip to content

chrono-tz v0.7.0: 2022e

Choose a tag to compare

@pitdicker pitdicker released this 03 Apr 19:16

TZDB version 2022e (2022-10-11).

See also the skipped 2022b, 2022c and 2022d releases of the time zone database.

Changes

  • Breaking change: Update tzdb from 2022a to 2022e, some timezones have been removed.
  • Only enable uncased feature in phf if case-insensitive feature is enabled (#105, thanks @lopopolo).

Documentation

  • Simplify top-level documentation.
  • Remove some boilerplate from README.

Internal

  • Create proper Cargo workspace.
  • Fix regex and nostd checks (#111, thanks @LucioFranco).
  • Clean up license and description metadata.
  • CI: Upgrade from ubuntu-18.04 to ubuntu-20.04.