Skip to content

v0.4.4

Compare
Choose a tag to compare
@ringsaturn ringsaturn released this 19 Aug 15:16
· 32 commits to main since this release

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