From 243d26d994641d621a102164a7a5716f24cb3747 Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Wed, 30 Aug 2023 20:21:42 +0200 Subject: [PATCH] Bump version to 0.4.28 --- CITATION.cff | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index e5a1720ba9..b38c28af06 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,7 +4,7 @@ message: Please cite this crate using these information. # Version information. date-released: 2023-08-29 -version: 0.4.27 +version: 0.4.28 # Project information. abstract: Date and time library for Rust diff --git a/Cargo.toml b/Cargo.toml index 1e12b4e7c3..390b0e76ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.27" +version = "0.4.28" description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"