From 226d6a0588c419c8c7da9a6d4ea38f2fb7dcaf41 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 1 Aug 2025 08:38:55 +0200 Subject: [PATCH] Bump version to 0.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46b0f8a..4aea929 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "parse_datetime" -version = "0.10.0" +version = "0.11.0" dependencies = [ "chrono", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index aedd2b9..b76ffd2 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.10.0" +version = "0.11.0" edition = "2021" license = "MIT" repository = "https://github.com/uutils/parse_datetime"