From 912bc4e706a14fb8a4a97c87e36308b6b998d8aa Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sat, 4 Oct 2025 17:19:18 +0200 Subject: [PATCH] chore: bump version to 0.13.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1cfc7e..3ea6633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "parse_datetime" -version = "0.13.0" +version = "0.13.1" dependencies = [ "jiff", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 5a8ef3a..debec91 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.0" +version = "0.13.1" edition = "2021" license = "MIT" repository = "https://github.com/uutils/parse_datetime"