Skip to content

Commit

Permalink
v0.3.25 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Aug 2, 2023
1 parent b74ebe8 commit a98fe2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver

---

## 0.3.25 [2023-08-02]

### Fixed

- Methods such as `Time::replace_milliseconds` would panic on some out-of-range values. This has
been fixed.

## 0.3.24 [2023-07-30]

### Added
Expand Down
2 changes: 1 addition & 1 deletion time/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "time"
version = "0.3.24"
version = "0.3.25"
authors = ["Jacob Pratt <[email protected]>", "Time contributors"]
edition = "2021"
rust-version = "1.67.0"
Expand Down

0 comments on commit a98fe2d

Please sign in to comment.