Skip to content

Commit bed2d16

Browse files
committed
Release version 0.4.0
1 parent 7ab1ad2 commit bed2d16

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "parse_datetime"
33
description = " parsing human-readable relative time strings and converting them to a Duration"
4-
version = "0.3.1"
4+
version = "0.4.0"
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/uutils/parse_datetime"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add this to your `Cargo.toml`:
2020

2121
```toml
2222
[dependencies]
23-
parse_datetime = "0.3.0"
23+
parse_datetime = "0.4.0"
2424
```
2525

2626
Then, import the crate and use the `from_str` and `from_str_at_date` functions:

fuzz/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)