From 93e1c9bfe70df2f805af085fafb85d8779576b83 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 16 Feb 2025 21:32:13 +0100 Subject: [PATCH] prepare 0.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 649d0d6..ec5e584 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -144,7 +144,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "parse_datetime" -version = "0.7.0" +version = "0.8.0" dependencies = [ "chrono", "nom", diff --git a/Cargo.toml b/Cargo.toml index e1f3133..1c75c90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "parse_datetime" description = "parsing human-readable time strings and converting them to a DateTime" -version = "0.7.0" +version = "0.8.0" edition = "2021" license = "MIT" repository = "https://github.com/uutils/parse_datetime"