From c8a8af91913ab9efbdaca60c20021f67b2c40c61 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 14 Feb 2026 18:50:00 +0100 Subject: [PATCH] prepare release 0.14.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ccfce1..2098b9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "parse_datetime" -version = "0.13.3" +version = "0.14.0" dependencies = [ "jiff", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 825ebc7..27f8047 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.13.3" +version = "0.14.0" edition = "2021" license = "MIT" repository = "https://github.com/uutils/parse_datetime"