File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver
6
6
7
7
---
8
8
9
+ ## 0.3.21 [ 2023-05-05]
10
+
11
+ ### Added
12
+
13
+ - Any formattable/parsable type can now be used with the ` time::serde::format_description! ` macro.
14
+ - ` Weekday::nth_next `
15
+
16
+ ### Changed
17
+
18
+ - The minimum supported Rust version is now 1.65.0.
19
+
9
20
## 0.3.20 [ 2023-02-24]
10
21
11
22
### Changed
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ members = [
8
8
resolver = " 2"
9
9
10
10
[workspace .dependencies ]
11
- time-core = { path = " time-core" , version = " =0.1.0 " }
12
- time-macros = { path = " time-macros" , version = " =0.2.8 " }
11
+ time-core = { path = " time-core" , version = " =0.1.1 " }
12
+ time-macros = { path = " time-macros" , version = " =0.2.9 " }
13
13
14
14
criterion = { version = " 0.4.0" , default-features = false }
15
15
itoa = " 1.0.1"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " time-core"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
authors = [" Jacob Pratt <open-source@jhpratt.dev>" , " Time contributors" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.65.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " time-macros"
3
- version = " 0.2.8 "
3
+ version = " 0.2.9 "
4
4
authors = [" Jacob Pratt <open-source@jhpratt.dev>" , " Time contributors" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.65.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " time"
3
- version = " 0.3.20 "
3
+ version = " 0.3.21 "
4
4
authors = [" Jacob Pratt <open-source@jhpratt.dev>" , " Time contributors" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.65.0"
You can’t perform that action at this time.
0 commit comments