Releases: ringsaturn/tzf-rs
Releases · ringsaturn/tzf-rs
v0.4.13
What's Changed
- add option to lookup multiple coordinates from stdin by @DvdGiessen in #166
New Contributors
- @DvdGiessen made their first contribution in #166
Full Changelog: v0.4.12...v0.4.13
v0.4.12
Fix empty result for get_tz_names
Full Changelog: v0.4.11...v0.4.12
v0.4.11
What's Changed
- fix empty result around borders by @ringsaturn in #164
- fix proto build by @ringsaturn in #165
Full Changelog: v0.4.10...v0.4.11
v0.4.10
What's Changed
- 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 to 2025a
Full Changelog: v0.4.9...v0.4.10
v0.4.9
What's Changed
- 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
Full Changelog: v0.4.8...v0.4.9
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.
Full Changelog: v0.4.7...v0.4.8
v0.4.7
Update tzpb to 2024a
Full Changelog: v0.4.6...v0.4.7
v0.4.6
What's Changed
- 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
New Contributors
- @grim7reaper made their first contribution in #150
Full Changelog: v0.4.5...v0.4.6
v0.4.5
What's Changed
- 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
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
- Update CI by @ringsaturn in #99
- Pin Rust Toolchain by @ringsaturn in #100
- Various fixes by @evensolberg in #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
- Bump clap from 4.3.21 to 4.3.23 by @dependabot in #106
- Bump anyhow from 1.0.72 to 1.0.75 by @dependabot in #105
New Contributors
- @evensolberg made their first contribution in #102
Full Changelog: v0.4.3...v0.4.4