Skip to content

Commit 3808472

Browse files
committed
changelog: 0.1.1
1 parent 93f66f0 commit 3808472

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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.

0 commit comments

Comments
 (0)