Merge pull request #77 from cakebaker/release_0_6_0

Bump version to 0.6.0
This commit is contained in:
Sylvestre Ledru
2024-05-20 18:50:45 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -151,7 +151,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "parse_datetime"
version = "0.5.0"
version = "0.6.0"
dependencies = [
"chrono",
"nom",
+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.5.0"
version = "0.6.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/uutils/parse_datetime"