From 8509c253646c3e378018d85f801999170926b75b Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Tue, 5 Sep 2023 17:02:33 +0200 Subject: [PATCH] Bump version to 0.4.29 --- CITATION.cff | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index b38c28af..7d703182 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-08-29 -version: 0.4.28 +date-released: 2023-09-05 +version: 0.4.29 # Project information. abstract: Date and time library for Rust diff --git a/Cargo.toml b/Cargo.toml index 47a7159a..a2b25543 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.28" +version = "0.4.29" description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"