Skip to content

Commit c0ffda2

Browse files
committed
julian v0.6.0 — Split CLI into separate package
- Increased MSRV to 1.67 - **Breaking:** Split off CLI into a separate `julian-cli` crate
1 parent 2f96bbc commit c0ffda2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014, 2023 John Thorvald Wodder II
3+
Copyright (c) 2014, 2023-2024 John Thorvald Wodder II
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

crates/julian-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["calendar", "gregorian-calendar", "julian-calendar", "julian-day"]
1111
categories = ["command-line-utilities", "date-and-time"]
1212

1313
[dependencies]
14-
julian = { version = "0.6.0-dev", path = "../julian" }
14+
julian = { version = "0.6.0", path = "../julian" }
1515
lexopt = "0.3.0"
1616
thiserror = "2.0.0"
1717

crates/julian/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.6.0 (in development)
2-
-----------------------
1+
v0.6.0 (2024-12-18)
2+
-------------------
33
- Increased MSRV to 1.67
44
- **Breaking:** Split off CLI into a separate `julian-cli` crate
55

crates/julian/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.6.0-dev"
3+
version = "0.6.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
description = "Convert between Julian day numbers and Julian & Gregorian calendars"

0 commit comments

Comments
 (0)