Skip to content

Commit 6de297b

Browse files
committed
v0.3.40 release
1 parent c386cac commit 6de297b

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver
66

77
---
88

9+
## 0.3.40 [2025-03-18]
10+
11+
### Added
12+
13+
- Visibility modifiers may now be added to the `mod` generated by `time::sere::format_description!`.
14+
915
## 0.3.39 [2025-03-06]
1016

1117
### Fixed

Diff for: Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ members = ["time", "time-core", "time-macros"]
44
resolver = "2"
55

66
[workspace.dependencies]
7-
time-core = { path = "time-core", version = "=0.1.3" }
8-
time-macros = { path = "time-macros", version = "=0.2.20" }
7+
time-core = { path = "time-core", version = "=0.1.4" }
8+
time-macros = { path = "time-macros", version = "=0.2.21" }
99

1010
criterion = { version = "0.5.1", default-features = false }
1111
deranged = { version = "0.4.0", default-features = false, features = [

Diff for: time-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "time-core"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Jacob Pratt <[email protected]>", "Time contributors"]
55
edition = "2021"
66
rust-version = "1.67.1"

Diff for: time-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "time-macros"
3-
version = "0.2.20"
3+
version = "0.2.21"
44
authors = ["Jacob Pratt <[email protected]>", "Time contributors"]
55
edition = "2021"
66
rust-version = "1.67.1"

Diff for: time/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "time"
3-
version = "0.3.39"
3+
version = "0.3.40"
44
authors = ["Jacob Pratt <[email protected]>", "Time contributors"]
55
edition = "2021"
66
rust-version = "1.67.1"

0 commit comments

Comments
 (0)