Skip to content

Commit f11f9b2

Browse files
committed
v0.3.34 release
1 parent ef7bfbd commit f11f9b2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.34 [2024-12-03]
10+
11+
### Fixed
12+
13+
Computing the local offset on Windows works again. It was broken in some cases in v0.3.32 and
14+
v0.3.33.
15+
916
## 0.3.33 [2024-02-03]
1017

1118
### Fixed

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

0 commit comments

Comments
 (0)