v0.4.4
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.
- Made the code a little more Rust-like by implmenting the
- Added
--lon
as an alias for--lng
- Allow negative numbers for latitude and longitude, meaning we can go to the
southern and western hemispheres.
- Cleaned up the code a little by running Clippy in pedantic mode
- 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
- @evensolberg made their first contribution in #102
Full Changelog: v0.4.3...v0.4.4