From bed2d16e67aa63190b2a9b45f9737ba9c404f991 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 9 Jun 2023 13:43:54 +0200 Subject: [PATCH] Release version 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- fuzz/Cargo.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbf9f8d..8cd1830 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,7 +135,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "parse_datetime" -version = "0.3.1" +version = "0.4.0" dependencies = [ "chrono", "regex", diff --git a/Cargo.toml b/Cargo.toml index 7612569..d571e37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index a53b38b..9cab9aa 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 9785c58..9ab97bf 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -189,7 +189,7 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "parse_datetime" -version = "0.3.1" +version = "0.4.0" dependencies = [ "chrono", "regex",