From a025a04d727d1a0d7830d41520c179f944d8168a Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sun, 9 Nov 2025 17:49:27 +0100 Subject: [PATCH] chore: bump version to 0.13.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a61c1b..02dc92c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "parse_datetime" -version = "0.13.1" +version = "0.13.2" dependencies = [ "jiff", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index debec91..f75be21 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.1" +version = "0.13.2" edition = "2021" license = "MIT" repository = "https://github.com/uutils/parse_datetime"