|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.4.10] - 2025-02-01 |
| 4 | + |
| 5 | +* Bump the dependencies group across 1 directory with 6 updates by @dependabot in https://github.com/ringsaturn/tzf-rs/pull/159 |
| 6 | +* Bump the dependencies group across 1 directory with 5 updates by @dependabot in https://github.com/ringsaturn/tzf-rs/pull/161 |
| 7 | +* Bump the dependencies group with 4 updates by @dependabot in https://github.com/ringsaturn/tzf-rs/pull/162 |
| 8 | +* Bump tzf-rel-lite to 2025a |
| 9 | + |
| 10 | +## [0.4.9] - 2024-09-10 |
| 11 | + |
| 12 | +* Bump the dependencies group with 3 updates by @dependabot in https://github.com/ringsaturn/tzf-rs/pull/153 |
| 13 | +* Bump the dependencies group with 3 updates by @dependabot in https://github.com/ringsaturn/tzf-rs/pull/154 |
| 14 | +* Bump the dependencies group across 1 directory with 6 updates by @dependabot in https://github.com/ringsaturn/tzf-rs/pull/157 |
| 15 | +* Bump tzf-rel data to [2024b](https://github.com/ringsaturn/tzf-rel/releases/tag/v0.0.2024-b), sync from https://github.com/evansiroky/timezone-boundary-builder/releases/tag/2024b |
| 16 | + |
| 17 | +## [0.4.8] - 2024-07-31 |
| 18 | + |
| 19 | +- fix `DefaultFinder` auto nearby search |
| 20 | + - 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. |
| 21 | + - To handle this, auto shift the point a little bit to find the nearest timezone. |
| 22 | + |
| 23 | +## [0.4.7] - 2024-03-16 |
| 24 | + |
| 25 | +Update tzpb to 2024a |
| 26 | + |
| 27 | +## [0.4.6] - 2024-03-13 |
| 28 | + |
| 29 | +* Bump runforesight/workflow-telemetry-action from 1 to 2 by @dependabot in https://github.com/ringsaturn/tzf-rs/pull/146 |
| 30 | +* Bump actions/upload-pages-artifact from 2 to 3 by @dependabot in https://github.com/ringsaturn/tzf-rs/pull/147 |
| 31 | +* Bump actions/deploy-pages from 3 to 4 by @dependabot in https://github.com/ringsaturn/tzf-rs/pull/145 |
| 32 | +* build: don't call cargo from build.rs by @grim7reaper in https://github.com/ringsaturn/tzf-rs/pull/150 |
| 33 | + |
| 34 | +## [0.4.5] - 2023-12-29 |
| 35 | + |
| 36 | +* feat(fuzzy): support get timezone names by @ringsaturn in https://github.com/ringsaturn/tzf-rs/pull/108 |
| 37 | +* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/ringsaturn/tzf-rs/pull/116 |
| 38 | +* Bump bytes from 1.4.0 to 1.5.0 by @dependabot in https://github.com/ringsaturn/tzf-rs/pull/117 |
| 39 | +* Bump prost-build from 0.11.9 to 0.12.0 by @dependabot in https://github.com/ringsaturn/tzf-rs/pull/115 |
| 40 | +* Bump cities-json from 0.4.0 to 0.5.0 by @dependabot in https://github.com/ringsaturn/tzf-rs/pull/124 |
| 41 | +* Bump cities-json from 0.5.0 to 0.5.1 by @dependabot in https://github.com/ringsaturn/tzf-rs/pull/126 |
| 42 | +* Update Rust toolchain channel to stable by @ringsaturn in https://github.com/ringsaturn/tzf-rs/pull/135 |
| 43 | +* Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/ringsaturn/tzf-rs/pull/136 |
| 44 | +* Bump tzf-rel to 2023d |
| 45 | + |
3 | 46 | ## [0.4.4] - 2023-08-19 |
4 | 47 |
|
5 | 48 | - Various fixes by @evensolberg |
|
0 commit comments