Releases: mfreeborn/heliocron
Releases · mfreeborn/heliocron
v0.8.1 Release
What's Changed
Added
- add
--watch
and--json
to an overall much enhancedpoll
subcommand.
Full Changelog: https://github.com/mfreeborn/heliocron/blob/master/CHANGELOG.md
v0.8.0 Release
What's Changed
- fix time zone errors by @mfreeborn in #57
- switch to proper decimal degrees by @mfreeborn in #59
- fix cross compilation errors in integration tests by @mfreeborn in #60
- Refactor cli by @mfreeborn in #61
- Add poll command by @mfreeborn in #62
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- fix timezone handling by @mfreeborn in #50
- migrate cli to clap v3 by @mfreeborn in #51
Full Changelog: v0.6.1...v0.7.0
v0.6.1 Release
Cut a new release specifically for crates.io to bump tokio-walltime to v0.1.2. Previous versions of tokio-walltime failed to compile on the Raspberry Pi architectures. v0.6.0 of heliocron has been yanked from crates.io.
v0.6.0 Release
What's Changed
- update README by @mfreeborn in #32
- Sleep using tokio-walltime by @4e554c4c in #45
- fix clippy lints by @mfreeborn in #46
- add solar_noon to --event options by @mfreeborn in #47
- Add flag and default behaviour for missed events by @mfreeborn in #48
- Add JSON output format for
report
by @mfreeborn in #49
New Contributors
Full Changelog: v0.5.0...v0.6.0
v0.5.0
fix release ci bug
v0.4.0
add support for more events (#18) * add support for more events * fix clippy lints * create EventTime type * bump version * update README * update cargo * add new RuntimeErrorKind * improve error handling
v0.3.4
bump version
v0.3.3
update release.yml