Releases: chronotope/chrono-tz
Releases · chronotope/chrono-tz
chrono-tz v0.8.5: 2023b
chrono-tz v0.8.4: 2023b
Additions
- Add
Tz::default()
(#134 , thanks @virtualritz). - Expose
IANA_TZDB_VERSION
(#136, thanks @westy92).
Documentation
- Document features when compiled for docs.rs (#139).
Internal
chrono-tz v0.8.3: 2023b
chrono-tz v0.8.2: 2023b
chrono-tz v0.8.1: 2022g
TZDB version 2022g (2022-11-29).
chrono-tz v0.8.0: 2022f
TZDB version 2022f (2022-10-29).
Changes
- Breaking change: Update tzdb from 2022e to 2022f, some timezones have been removed.
chrono-tz v0.7.0: 2022e
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 inphf
ifcase-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
anddescription
metadata. - CI: Upgrade from ubuntu-18.04 to ubuntu-20.04.
chrono-tz v0.6.3: 2022a
chrono-tz v0.5.3: 2020a
TZDB version 2020a (2020-04-24).
Additions
- Add static array with all timezone variants (#42, thanks @samoylovfp).
- Support
no_std
usage (#41, thanks @AlyoshaVasilieva). - Expose detailed UTC and DST offsets via the
OffsetComponents
trait (#55, thanks @ianthetechie). - Add
OffsetName
trait (#56, thanks @ianthetechie). - Implement
Display
forTz
(#58, thanks @datanel).
Changes
- Make
build.rs
generate files relative toCARGO_MANIFEST_DIR
(#66, thanks @BoscoJared).
Documentation
- Add some docs to the
Tz
enum (#53).
Internal
- Apply Clippy suggestions, add Clippy lint to CI (#50).
- Rustfmt everything, convert build.rs unwraps into errors, add lint to CI (#51).
- Add GitHub Action to test for tz updates every day (#52).
- Clean up DST boundary test (#65, thanks @ianthetechie).
chrono-tz v0.5.2: 2020a
- Test addition across timezones (#33, related to chronotope/chrono#318, fixed by chronotope/chrono#337).
- Configure to test with GitHub Actions (#36).
- Update
parse-zoneinfo
dependency to 0.3 (#49).