- add option to lookup multiple coordinates from stdin by @DvdGiessen in #166
- fix empty result around borders by @ringsaturn
- 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
- Bump the dependencies group with 3 updates by @dependabot in #153
- Bump the dependencies group with 3 updates by @dependabot in #154
- Bump the dependencies group across 1 directory with 6 updates by @dependabot in #157
- Bump tzf-rel data to 2024b, sync from https://github.com/evansiroky/timezone-boundary-builder/releases/tag/2024b
- 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.
Update tzpb to 2024a
- 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
- 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
- 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.
- Made the code a little more Rust-like by implmenting the
- Added
--lon
as an alias for--lng
- Allow negative numbers for latitude and longitude, meaning we can go to the southern and western hemispheres.
- Cleaned up the code a little by running Clippy in pedantic mode
Update docs
- Update Cargo lock
- Make clap an optional dependency by @wildwestrom in #69
- Bump deps
- Bump tzf-rel to v0.0.2023-b and add data_version method #57
Bump deps
- Fix preindex bug by bump tzf-rel version
- Bump other deps
- Pprof can not build on windows (#36)
- support get all matched timezone names by @ringsaturn in #33