prepare release 0.14.0

This commit is contained in:
Sylvestre Ledru
2026-02-14 18:50:00 +01:00
parent 73b4b0a50c
commit f68a01699e
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -158,7 +158,7 @@ dependencies = [
[[package]]
name = "parse_datetime"
version = "0.13.3"
version = "0.14.0"
dependencies = [
"jiff",
"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.13.3"
version = "0.14.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/uutils/parse_datetime"