From 101ca7e96d57ee751db2b44e6320ee1e06adeda0 Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Thu, 7 Sep 2023 10:32:32 +0200 Subject: [PATCH] Bump version to 0.4.30 --- CITATION.cff | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 7d70318271..5dd5b1fb54 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: 2023-09-05 -version: 0.4.29 +date-released: 2023-09-07 +version: 0.4.30 # Project information. abstract: Date and time library for Rust diff --git a/Cargo.toml b/Cargo.toml index c2e058ad92..4c7d115299 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.29" +version = "0.4.30" description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"