Skip to content

Commit 7afac8a

Browse files
committed
v0.3.0 — Command-line interface
- Added a `julian` binary for converting Julian day numbers to & from calendar dates - `julian` now has a `cli` feature enabled by default that adds the dependencies needed by the binary. Library users are advised to disable default features so as not to pull these in.
1 parent eabb1dc commit 7afac8a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.3.0 (in development)
2-
-----------------------
1+
v0.3.0 (2023-05-14)
2+
-------------------
33
- Added a `julian` binary for converting Julian day numbers to & from calendar
44
dates
55
- `julian` now has a `cli` feature enabled by default that adds the

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "julian"
3-
version = "0.3.0-dev"
3+
version = "0.3.0"
44
edition = "2021"
55
rust-version = "1.66"
66
description = "Convert between Julian day numbers and Julian & Gregorian calendars"

0 commit comments

Comments
 (0)