Skip to content

Commit 76468cb

Browse files
committed
v0.3.33 release
1 parent 6c2b602 commit 76468cb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
---
88

9+
## 0.3.33 [2024-02-03]
10+
11+
### Fixed
12+
13+
Builds targeting `wasm32-unknown-unknown` now work again.
14+
915
## 0.3.32 [2024-02-01]
1016

1117
### 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.32"
3+
version = "0.3.33"
44
authors = ["Jacob Pratt <[email protected]>", "Time contributors"]
55
edition = "2021"
66
rust-version = "1.67.0"

0 commit comments

Comments
 (0)