Skip to content

Commit 8f82f6f

Browse files
committed
julian v0.7.1 — Improved Display
- The `Display` impls for `Month` and `Weekday` now support width, fill, alignment, and precision flags
1 parent b87a145 commit 8f82f6f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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-2024 John Thorvald Wodder II
3+
Copyright (c) 2014, 2023-2025 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/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.7.1 (in development)
2-
-----------------------
1+
v0.7.1 (2025-06-27)
2+
-------------------
33
- The `Display` impls for `Month` and `Weekday` now support width, fill,
44
alignment, and precision flags
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.7.0"
3+
version = "0.7.1"
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)