From dc196062650c05528cbe259e340210f0340a05d1 Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Sat, 10 Feb 2024 22:21:53 +0100 Subject: [PATCH] Prepare 0.4.34 --- CITATION.cff | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 8ee34c2148..904009d9ad 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,8 +3,8 @@ cff-version: 1.2.0 message: Please cite this crate using these information. # Version information. -date-released: 2024-01-25 -version: 0.4.33 +date-released: 2024-02-11 +version: 0.4.34 # Project information. abstract: Date and time library for Rust diff --git a/Cargo.toml b/Cargo.toml index d086ad38d6..04e427f393 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.33" +version = "0.4.34" description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"