Skip to content

Releases: ringsaturn/tzf-rs

v0.4.13

21 Feb 11:08
dbbface
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v0.4.12...v0.4.13

v0.4.12

16 Feb 05:20
3f4de05
Compare
Choose a tag to compare

Fix empty result for get_tz_names

Full Changelog: v0.4.11...v0.4.12

v0.4.11

15 Feb 13:34
35feeb2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.10...v0.4.11

v0.4.10

01 Feb 12:59
81323df
Compare
Choose a tag to compare

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

10 Sep 08:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.8...v0.4.9

fix `DefaultFinder` auto nearby search

12 Apr 05:36
Compare
Choose a tag to compare

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

16 Mar 04:02
Compare
Choose a tag to compare

Update tzpb to 2024a

Full Changelog: v0.4.6...v0.4.7

v0.4.6

13 Mar 13:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.5...v0.4.6

v0.4.5

29 Dec 14:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

19 Aug 15:16
Compare
Choose a tag to compare

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.
    • Added --lon as an alias for --lng
    • Allow negative numbers for latitude and longitude, meaning we can go to the
      southern and western hemispheres.
  • 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

Full Changelog: v0.4.3...v0.4.4