From 352a35203a140e2352e5a5be62ba8dfd03b616e1 Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Mon, 15 Apr 2024 11:08:33 +0200 Subject: [PATCH] Prepare 0.4.38 --- CITATION.cff | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 0e44adfac8..96cbf16cdd 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-03-27 -version: 0.4.37 +date-released: 2024-04-15 +version: 0.4.38 # Project information. abstract: Date and time library for Rust diff --git a/Cargo.toml b/Cargo.toml index 4a555d21ac..e84c7eb8a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.37" +version = "0.4.38" description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"