From 69649bf6c606d9d9252437ec70bca62dc9420c69 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sun, 14 Sep 2025 16:44:42 +0200 Subject: [PATCH] chore: bump version to 0.12.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7be685..f4f4af3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "parse_datetime" -version = "0.11.0" +version = "0.12.0" dependencies = [ "jiff", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index e4f555c..b8c3b1a 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.11.0" +version = "0.12.0" edition = "2021" license = "MIT" repository = "https://github.com/uutils/parse_datetime"