Bump version to 0.11.0

This commit is contained in:
Daniel Hofstetter
2025-08-01 08:38:55 +02:00
parent 28b9f11f2e
commit 226d6a0588
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -211,7 +211,7 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "parse_datetime"
version = "0.10.0"
version = "0.11.0"
dependencies = [
"chrono",
"num-traits",
+1 -1
View File
@@ -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"