Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ringsaturn/tzf-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.8
Choose a base ref
...
head repository: ringsaturn/tzf-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.9
Choose a head ref
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 13, 2024

  1. fix test case coords

    A test case using GCJ-02 coords and got the wrong result.
    Convert it back to WGS-84 to get correct timezone.
    ringsaturn committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    10b7260 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Bump the dependencies group with 3 updates (#153)

    Bumps the dependencies group with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [prost](https://github.com/tokio-rs/prost) and [prost-build](https://github.com/tokio-rs/prost).
    
    
    Updates `anyhow` from 1.0.81 to 1.0.82
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.81...1.0.82)
    
    Updates `prost` from 0.12.3 to 0.12.4
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Commits](tokio-rs/prost@v0.12.3...v0.12.4)
    
    Updates `prost-build` from 0.12.3 to 0.12.4
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Commits](tokio-rs/prost@v0.12.3...v0.12.4)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: prost
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: prost-build
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 2, 2024
    Configuration menu
    Copy the full SHA
    c8468ab View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Bump the dependencies group with 3 updates (#154)

    Bumps the dependencies group with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [prost](https://github.com/tokio-rs/prost) and [prost-build](https://github.com/tokio-rs/prost).
    
    
    Updates `anyhow` from 1.0.82 to 1.0.86
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.82...1.0.86)
    
    Updates `prost` from 0.12.4 to 0.12.6
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Commits](tokio-rs/prost@v0.12.4...v0.12.6)
    
    Updates `prost-build` from 0.12.4 to 0.12.6
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Commits](tokio-rs/prost@v0.12.4...v0.12.6)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: prost
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: prost-build
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d6920ad View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. fix

    ringsaturn committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3a82e5d View commit details
    Browse the repository at this point in the history
  2. Bump the dependencies group across 1 directory with 6 updates (#157)

    Bumps the dependencies group with 6 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [bytes](https://github.com/tokio-rs/bytes) | `1.6.0` | `1.7.1` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.4` | `4.5.16` |
    | [prost](https://github.com/tokio-rs/prost) | `0.12.6` | `0.13.2` |
    | [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) | `1.4.0` | `1.5.0` |
    | [cities-json](https://github.com/ringsaturn/go-cities.json) | `0.5.5` | `0.6.0` |
    | [prost-build](https://github.com/tokio-rs/prost) | `0.12.6` | `0.13.2` |
    
    
    
    Updates `bytes` from 1.6.0 to 1.7.1
    - [Release notes](https://github.com/tokio-rs/bytes/releases)
    - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/bytes@v1.6.0...v1.7.1)
    
    Updates `clap` from 4.5.4 to 4.5.16
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.4...clap_complete-v4.5.16)
    
    Updates `prost` from 0.12.6 to 0.13.2
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/prost@v0.12.6...v0.13.2)
    
    Updates `lazy_static` from 1.4.0 to 1.5.0
    - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
    - [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0)
    
    Updates `cities-json` from 0.5.5 to 0.6.0
    - [Release notes](https://github.com/ringsaturn/go-cities.json/releases)
    - [Commits](ringsaturn/go-cities.json@v0.5.5...v0.6.0)
    
    Updates `prost-build` from 0.12.6 to 0.13.2
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/prost@v0.12.6...v0.13.2)
    
    ---
    updated-dependencies:
    - dependency-name: bytes
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: prost
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: lazy_static
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: cities-json
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: prost-build
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    06e4221 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. bump tzf-rel

    ringsaturn committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5fe5e42 View commit details
    Browse the repository at this point in the history
  2. bump tzf-rs

    ringsaturn committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    13cdc6e View commit details
    Browse the repository at this point in the history
Loading