Skip to content

Commit

Permalink
Update changelog, create release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Jun 20, 2022
1 parent 33bfe5c commit 8b42f24
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver

---

## 0.3.10 [2022-06-19]

### Added

- Serde support for non-self-describing formats
- `Duration::unsigned_abs`, which returns a `std::time::Duration`
- ISO 8601 well-known format
- `Duration` can now be formatted with a `.N` specifier, providing a shorter representation when
using `Display`.
- Parse `null` as `None` on serde structs

### Fixed

- Fix incorrect parsing of UTC offset in `Rfc3339`.

### Changed

- The minimum supported Rust version is now 1.57.0.
- Performance for `Rfc2822` has been improved.
- Debug assertions have been added in a few places. This should have no user facing impact, as it
only serves to catch bugs and is disabled in release mode.

## 0.3.9 [2022-03-22]

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[package]
name = "time"
version = "0.3.9"
version = "0.3.10"
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
edition = "2021"
rust-version = "1.57.0"
Expand Down

0 comments on commit 8b42f24

Please sign in to comment.