Skip to content

Commit

Permalink
Merge pull request #224 from feed-rs/release-1.5.2
Browse files Browse the repository at this point in the history
Release 1.5.2
  • Loading branch information
markpritchard committed May 5, 2024
2 parents 343ce24 + 4a5117b commit 0f4d134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feed-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feed-rs"
version = "1.5.1"
version = "1.5.2"
edition = '2021'
authors = ["Hiroki Kumamoto <kumabook@live.jp>", "Mark Pritchard <mpritcha@gmail.com>"]
include = [
Expand Down
2 changes: 1 addition & 1 deletion feed-rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the dependency to your `Cargo.toml`.

```toml
[dependencies]
feed-rs = "1.5.1"
feed-rs = "1.5.2"
```

## Reading
Expand Down

0 comments on commit 0f4d134

Please sign in to comment.