Merge pull request #248 from cakebaker/bump_version_to_0_13_3

chore: bump version to `0.13.3`
This commit is contained in:
Daniel Hofstetter
2025-11-21 10:12:43 +01:00
committed by GitHub
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.2"
version = "0.13.3"
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.2"
version = "0.13.3"
edition = "2021"
license = "MIT"
repository = "https://github.com/uutils/parse_datetime"