Skip to content

Commit dfce0dc

Browse files
committed
v0.4.0 — More traits for iterators
- Increased MSRV to 1.65 - `Days`, `Dates`, `Later`, `Earlier`, `AndLater`, and `AndEarlier` now implement `Clone`, `Debug`, `Eq`, and `PartialEq`
1 parent 99043b4 commit dfce0dc

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.4.0 (in development)
2-
-----------------------
1+
v0.4.0 (2023-11-22)
2+
-------------------
33
- Increased MSRV to 1.65
44
- `Days`, `Dates`, `Later`, `Earlier`, `AndLater`, and `AndEarlier` now
55
implement `Clone`, `Debug`, `Eq`, and `PartialEq`

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.4.0-dev"
3+
version = "0.4.0"
44
edition = "2021"
55
rust-version = "1.65"
66
description = "Convert between Julian day numbers and Julian & Gregorian calendars"

0 commit comments

Comments
 (0)