Skip to content

Commit

Permalink
version: bump to 0.1.5 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
waltzofpearls authored Jun 28, 2021
1 parent 9e6c17b commit fcd7e97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion belt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "belt"
version = "0.1.4"
version = "0.1.5"
authors = ["Rollie Ma <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion dateparser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dateparser"
version = "0.1.4"
version = "0.1.5"
authors = ["Rollie Ma <[email protected]>"]
description = "Parse dates in string formats that are commonly used"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions dateparser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add to your `Cargo.toml`:

```toml
[dependencies]
dateparser = "0.1.4"
dateparser = "0.1.5"
```

And then use `dateparser` in your code:
Expand Down Expand Up @@ -57,7 +57,7 @@ Convert returned `DateTime<Utc>` to pacific time zone datetime with `chrono-tz`:
```toml
[dependencies]
chrono-tz = "0.5.3"
dateparser = "0.1.4"
dateparser = "0.1.5"
```

```rust
Expand Down

0 comments on commit fcd7e97

Please sign in to comment.