Release version 0.4.0

This commit is contained in:
Sylvestre Ledru
2023-06-09 13:43:54 +02:00
parent 7ab1ad2f0e
commit bed2d16e67
4 changed files with 4 additions and 4 deletions
Generated
+1 -1
View File
@@ -135,7 +135,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "parse_datetime"
version = "0.3.1"
version = "0.4.0"
dependencies = [
"chrono",
"regex",
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "parse_datetime"
description = " parsing human-readable relative time strings and converting them to a Duration"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/uutils/parse_datetime"
+1 -1
View File
@@ -20,7 +20,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
parse_datetime = "0.3.0"
parse_datetime = "0.4.0"
```
Then, import the crate and use the `from_str` and `from_str_at_date` functions:
+1 -1
View File
@@ -189,7 +189,7 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
[[package]]
name = "parse_datetime"
version = "0.3.1"
version = "0.4.0"
dependencies = [
"chrono",
"regex",