-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v0.8.1] - 2022-08-01 Added add --watch and --json to an overall much enhanced poll subcommand. [v0.8.0] - 2022-07-31 Added poll subcommand - when executed, will return whether it is day, night or twilight (#54). Fixed More time zone errors... more tests added to prove correctness (#53). Errors when running integration tests using rust-cross (#58) Changed Switched from pseudo-decimal degrees (e.g. "5.1N") to actual decimal degrees (e.g. 5.1) for coordinates (#56). Refactored Github Actions workflows [v0.7.0] - 2022-06-12 Fixed Fixed handling of time zones so that they are now implemented properly (#41). Changed Migrated from old version of structopt to clap for command line argument parsing. Removed --date-format flag has been removed as it adds additional complexity when validating command line args for no real benefit. [v0.6.1] - 2022-06-11 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.
- Loading branch information
Showing
3 changed files
with
188 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# $NetBSD: Makefile,v 1.6 2022/06/07 10:14:21 pin Exp $ | ||
# $NetBSD: Makefile,v 1.7 2022/08/02 11:14:49 pin Exp $ | ||
|
||
DISTNAME= heliocron-0.6.0 | ||
DISTNAME= heliocron-0.8.1 | ||
CATEGORIES= time | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=mfreeborn/} | ||
#GITHUB_TAG= v${PKGVERSION_NOREV} | ||
GITHUB_TAG= 37909ef696cf0b1e429817127375d66b314bc159 | ||
GITHUB_TAG= v${PKGVERSION_NOREV} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://github.com/mfreeborn/heliocron/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.