Skip to content

Commit

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

---

## 0.3.11 [2022-06-21]

### Fixed

- [#479]: regression when parsing optional values with `serde`
- [#481]: `Time` subtracted from `Time` can panic. This was caused by a bug that has always existed,
in that an internal invariant was not upheld. Memory safety was not violated.

[#479]: https://github.com/time-rs/time/issues/479
[#481]: https://github.com/time-rs/time/issues/481

## 0.3.10 [2022-06-19]

### 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.10"
version = "0.3.11"
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
edition = "2021"
rust-version = "1.57.0"
Expand Down

0 comments on commit 02a9d7a

Please sign in to comment.