-
-
Notifications
You must be signed in to change notification settings - Fork 7
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ringsaturn/tzf-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 4 files changed
- 2 contributors
Commits on Apr 13, 2024
-
A test case using GCJ-02 coords and got the wrong result. Convert it back to WGS-84 to get correct timezone.
Configuration menu - View commit details
-
Copy full SHA for 10b7260 - Browse repository at this point
Copy the full SHA 10b7260View commit details
Commits on May 2, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for c8468ab - Browse repository at this point
Copy the full SHA c8468abView commit details
Commits on Jun 12, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for d6920ad - Browse repository at this point
Copy the full SHA d6920adView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a82e5d - Browse repository at this point
Copy the full SHA 3a82e5dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 06e4221 - Browse repository at this point
Copy the full SHA 06e4221View commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fe5e42 - Browse repository at this point
Copy the full SHA 5fe5e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13cdc6e - Browse repository at this point
Copy the full SHA 13cdc6eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.4.8...v0.4.9