Skip to content

Commit 04c0ef2

Browse files
committed
v0.3.44 release
1 parent b942063 commit 04c0ef2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

77
---
88

9+
## 0.3.44 [2025-09-19]
10+
11+
### Fixed
12+
13+
- Comparisons of `PrimitiveDateTime`, `UtcDateTime`, and `OffsetDateTime` with differing signs (i.e.
14+
one negative and one positive year) would return the inverse result of what was expected. This was
15+
introduced in v0.3.42 and has been fixed.
16+
- Type inference would fail due to feature unification when `wasm-bindgen` enabled `serde_json`.
17+
This has been fixed by explicitly specifying the type in the relevant locations.
18+
919
## 0.3.43 [2025-09-02]
1020

1121
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.43"
3+
version = "0.3.44"
44
authors = ["Jacob Pratt <[email protected]>", "Time contributors"]
55
edition = "2021"
66
rust-version = "1.81.0"

0 commit comments

Comments
 (0)