From 8441e29da2b5e0c491ad70d4507623adf2761c3a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 29 Aug 2026 17:12:53 +0200 Subject: [PATCH] prepare 0.16.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95aa4c0..106bebd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -535,7 +535,7 @@ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" [[package]] name = "parse_datetime" -version = "0.15.0" +version = "0.16.0" dependencies = [ "codspeed-criterion-compat", "jiff", diff --git a/Cargo.toml b/Cargo.toml index 6b86483..273f880 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 Zoned datetime" -version = "0.15.0" +version = "0.16.0" edition = "2021" license = "MIT" repository = "https://github.com/uutils/parse_datetime"