File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ 0.1.1 (2024-07-25)
2
+ ==================
3
+ This is a new semver compatible release. The principle addition are APIs for
4
+ converting between a ` jiff::Span ` and a ` std::time::Duration ` . Specifically,
5
+ there are now ` TryFrom<Span> for Duration ` and ` TryFrom<Duration> for Span `
6
+ trait implementations. There is also a ` Span::to_duration ` , which requires a
7
+ relative date, for converting spans with non-uniform units (like months) to a
8
+ ` Duration ` .
9
+
10
+ New features:
11
+
12
+ * [ FEATURE #21 ] ( https://github.com/BurntSushi/jiff/issues/21 ) ,
13
+ [ FEATURE #40 ] ( https://github.com/BurntSushi/jiff/issues/40 ) :
14
+ Adds APIs for converting between ` Span ` and ` std::time::Duration ` .
15
+
16
+ Bug fixes:
17
+
18
+ * [ BUG #36 ] ( https://github.com/BurntSushi/jiff/issues/36 ) :
19
+ Saturating arithmetic for ` Timestamp ` panics with day-or-greater units.
20
+ * [ BUG #38 ] ( https://github.com/BurntSushi/jiff/issues/38 ) :
21
+ Fix some bugs in the micro-benchmarks.
22
+ * [ BUG #39 ] ( https://github.com/BurntSushi/jiff/issues/39 ) :
23
+ Document that the RFC 2822 parser is not technically fully spec compliant.
24
+
25
+
26
+ 0.1.0 (2024-07-21)
27
+ ==================
28
+ The initial release of Jiff.
You can’t perform that action at this time.
0 commit comments