Skip to content

Commit a98fe2d

Browse files
committed
v0.3.25 release
1 parent b74ebe8 commit a98fe2d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver
66

77
---
88

9+
## 0.3.25 [2023-08-02]
10+
11+
### Fixed
12+
13+
- Methods such as `Time::replace_milliseconds` would panic on some out-of-range values. This has
14+
been fixed.
15+
916
## 0.3.24 [2023-07-30]
1017

1118
### Added

time/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "time"
3-
version = "0.3.24"
3+
version = "0.3.25"
44
authors = ["Jacob Pratt <[email protected]>", "Time contributors"]
55
edition = "2021"
66
rust-version = "1.67.0"

0 commit comments

Comments
 (0)