From f11f9b2a0c8d17badd96a8a9167d81466a3fa39b Mon Sep 17 00:00:00 2001 From: Jacob Pratt Date: Sat, 3 Feb 2024 17:12:56 -0500 Subject: [PATCH] v0.3.34 release --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- time/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa0a2b76..1bbd05f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver --- +## 0.3.34 [2024-12-03] + +### Fixed + +Computing the local offset on Windows works again. It was broken in some cases in v0.3.32 and +v0.3.33. + ## 0.3.33 [2024-02-03] ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 7e8d2ab06..9950fdfc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,7 +580,7 @@ dependencies = [ [[package]] name = "time" -version = "0.3.33" +version = "0.3.34" dependencies = [ "criterion", "deranged", diff --git a/time/Cargo.toml b/time/Cargo.toml index a45cc26fb..9204434e3 100644 --- a/time/Cargo.toml +++ b/time/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "time" -version = "0.3.33" +version = "0.3.34" authors = ["Jacob Pratt ", "Time contributors"] edition = "2021" rust-version = "1.67.0"