Skip to content

Commit 7949d2c

Browse files
committed
v0.3.39 release
1 parent f51623b commit 7949d2c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver
66

77
---
88

9+
## 0.3.39 [2025-03-06]
10+
11+
### Fixed
12+
13+
- Doc tests run successfully with the default feature set.
14+
- wasm builds work again.
15+
16+
Both of these were regressions in v0.3.38 and are now checked in CI.
17+
918
## 0.3.38 [2025-03-05]
1019

1120
### Added

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

time/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "time"
3-
version = "0.3.38"
3+
version = "0.3.39"
44
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
55
edition = "2021"
66
rust-version = "1.67.1"

0 commit comments

Comments
 (0)