From 7b2a59fd3a62d76459bf1749b0039887bac0a475 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Fri, 26 Jun 2026 10:18:09 +0530 Subject: [PATCH 1/2] Release temporal_rs 0.2.4 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 3 files changed, 22 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b14b555cb..0a8e394ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## What's Changed in v0.2.4 +* ZonedDateTime backward shift spec change by @Manishearth in [#725](https://github.com/boa-dev/temporal/pull/725) +* Fix ComputeNudgeWindow startEpochNs computation to check full startDateDuration sign by @Manishearth in [#723](https://github.com/boa-dev/temporal/pull/723) + +**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.2.3...v0.2.4 + +## What's Changed in v0.2.3 +* Update icu_calendar to fix regression by @Manishearth in [#716](https://github.com/boa-dev/temporal/pull/716) +* Prepare for 0.2.3 by @Manishearth in [#715](https://github.com/boa-dev/temporal/pull/715) +* Update zoneinfo64 and Diplomat by @Manishearth in [#713](https://github.com/boa-dev/temporal/pull/713) + +**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.2.2...v0.2.3 + ## What's Changed in v0.2.3 * Update zoneinfo64 and Diplomat by @Manishearth in [#713](https://github.com/boa-dev/temporal/pull/713) * Update icu_calendar to fix `with()` regression by @Manishearth in [#716](https://github.com/boa-dev/temporal/pull/716) diff --git a/Cargo.lock b/Cargo.lock index 2eec615f5..2719fda7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -127,7 +127,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "bakeddata" -version = "0.2.3" +version = "0.2.4" dependencies = [ "databake", "prettyplease", @@ -295,7 +295,7 @@ dependencies = [ [[package]] name = "depcheck" -version = "0.2.3" +version = "0.2.4" [[package]] name = "diplomat" @@ -311,7 +311,7 @@ dependencies = [ [[package]] name = "diplomat-gen" -version = "0.2.3" +version = "0.2.4" dependencies = [ "diplomat-tool", ] @@ -874,7 +874,7 @@ dependencies = [ [[package]] name = "temporal_capi" -version = "0.2.3" +version = "0.2.4" dependencies = [ "diplomat", "diplomat-runtime", @@ -889,7 +889,7 @@ dependencies = [ [[package]] name = "temporal_rs" -version = "0.2.3" +version = "0.2.4" dependencies = [ "calendrical_calculations", "core_maths", @@ -909,7 +909,7 @@ dependencies = [ [[package]] name = "timezone_provider" -version = "0.2.3" +version = "0.2.4" dependencies = [ "combine", "databake", @@ -991,7 +991,7 @@ dependencies = [ [[package]] name = "tzif-inspect" -version = "0.2.3" +version = "0.2.4" dependencies = [ "jiff-tzdb", "temporal_rs", @@ -1344,7 +1344,7 @@ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" [[package]] name = "zoneinfo-test-gen" -version = "0.2.3" +version = "0.2.4" dependencies = [ "clap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 7ae32303f..97487a6a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ [workspace.package] edition = "2021" -version = "0.2.3" +version = "0.2.4" rust-version = "1.86.0" authors = ["boa-dev"] license = "MIT OR Apache-2.0" From bb96f411ccf3fb035c274e3c19f3fb92c5a3394a Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Fri, 26 Jun 2026 10:56:51 +0530 Subject: [PATCH 2/2] Update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: José Julián Espina --- CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8e394ce..59ff0b8a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,6 @@ All notable changes to this project will be documented in this file. **Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.2.3...v0.2.4 -## What's Changed in v0.2.3 -* Update icu_calendar to fix regression by @Manishearth in [#716](https://github.com/boa-dev/temporal/pull/716) -* Prepare for 0.2.3 by @Manishearth in [#715](https://github.com/boa-dev/temporal/pull/715) -* Update zoneinfo64 and Diplomat by @Manishearth in [#713](https://github.com/boa-dev/temporal/pull/713) - -**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.2.2...v0.2.3 - ## What's Changed in v0.2.3 * Update zoneinfo64 and Diplomat by @Manishearth in [#713](https://github.com/boa-dev/temporal/pull/713) * Update icu_calendar to fix `with()` regression by @Manishearth in [#716](https://github.com/boa-dev/temporal/pull/716)