Skip to content

Latest commit

 

History

History
108 lines (71 loc) · 4.22 KB

CHANGELOG.md

File metadata and controls

108 lines (71 loc) · 4.22 KB

Changelog

[0.4.13] - 2025-02-21

  • add option to lookup multiple coordinates from stdin by @DvdGiessen in #166

[0.4.12] - 2025-02-16

  • fix empty result around borders by @ringsaturn

[0.4.11] - 2025-02-15

  • fix empty result around borders by @ringsaturn in #164
  • fix proto build by @ringsaturn in #165

[0.4.10] - 2025-02-01

  • Bump the dependencies group across 1 directory with 6 updates by @dependabot in #159
  • Bump the dependencies group across 1 directory with 5 updates by @dependabot in #161
  • Bump the dependencies group with 4 updates by @dependabot in #162
  • Bump tzf-rel-lite to 2025a

[0.4.9] - 2024-09-10

[0.4.8] - 2024-07-31

  • fix DefaultFinder auto nearby search
    • The simplified polygon data contains some empty areas where not covered by any timezone.It's not a bug but a limitation of the simplified algorithm.
    • To handle this, auto shift the point a little bit to find the nearest timezone.

[0.4.7] - 2024-03-16

Update tzpb to 2024a

[0.4.6] - 2024-03-13

  • Bump runforesight/workflow-telemetry-action from 1 to 2 by @dependabot in #146
  • Bump actions/upload-pages-artifact from 2 to 3 by @dependabot in #147
  • Bump actions/deploy-pages from 3 to 4 by @dependabot in #145
  • build: don't call cargo from build.rs by @grim7reaper in #150

[0.4.5] - 2023-12-29

  • feat(fuzzy): support get timezone names by @ringsaturn in #108
  • Bump actions/checkout from 3 to 4 by @dependabot in #116
  • Bump bytes from 1.4.0 to 1.5.0 by @dependabot in #117
  • Bump prost-build from 0.11.9 to 0.12.0 by @dependabot in #115
  • Bump cities-json from 0.4.0 to 0.5.0 by @dependabot in #124
  • Bump cities-json from 0.5.0 to 0.5.1 by @dependabot in #126
  • Update Rust toolchain channel to stable by @ringsaturn in #135
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in #136
  • Bump tzf-rel to 2023d

[0.4.4] - 2023-08-19

  • Various fixes by @evensolberg #102
    • Cleaned up the code a little by running Clippy in pedantic mode
      • Made the code a little more Rust-like by implmenting the Default trait for some structs.
    • Added --lon as an alias for --lng
    • Allow negative numbers for latitude and longitude, meaning we can go to the southern and western hemispheres.

[0.4.3] - 2023-07-31

Update docs

[0.4.2] - 2023-07-31

  • Update Cargo lock

[0.4.1] - 2023-07-13

  • Make clap an optional dependency by @wildwestrom in #69
  • Bump deps

[0.4.0] - 2023-05-27

  • Bump tzf-rel to v0.0.2023-b and add data_version method #57

[0.3.1] - 2023-05-21

Bump deps

[0.3.0] - 2023-01-29

[0.2.1] - 2023-01-25

Bug Fixes

  • Pprof can not build on windows (#36)

[0.2.0] - 2023-01-19

  • support get all matched timezone names by @ringsaturn in #33