From 976a20c1b5d6580abf79efbc166e21b89ccf350e Mon Sep 17 00:00:00 2001 From: Jacob Pratt Date: Wed, 7 Jun 2023 16:08:42 -0400 Subject: [PATCH] v0.3.22 release --- CHANGELOG.md | 6 ++++++ time/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be41ae08..09ff48c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver --- +## 0.3.22 [2023-06-07] + +### Added + +- `OffsetDateTime::checked_to_offset` + ## 0.3.21 [2023-05-05] ### Added diff --git a/time/Cargo.toml b/time/Cargo.toml index fe4a76e9b..cb698192d 100644 --- a/time/Cargo.toml +++ b/time/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "time" -version = "0.3.21" +version = "0.3.22" authors = ["Jacob Pratt ", "Time contributors"] edition = "2021" rust-version = "1.65.0"