From 92d095b53b12385b177dcc318781dfd10801dcc8 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 21 Nov 2025 09:52:19 +0100 Subject: [PATCH] chore: bump version to 0.13.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b33030..729e35d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "parse_datetime" -version = "0.13.2" +version = "0.13.3" dependencies = [ "jiff", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index f75be21..825ebc7 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.2" +version = "0.13.3" edition = "2021" license = "MIT" repository = "https://github.com/uutils/parse_datetime"