Skip to content

Commit

Permalink
Increment podcast_search
Browse files Browse the repository at this point in the history
  • Loading branch information
jaremn committed Jul 16, 2020
1 parent 30e4b1a commit aa1eff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.16.0
- Refactor podcast searching logic into it's own library: [podcast_search](https://crates.io/crates/podcast_search)

0.15.0
- Proper podcast searching through iTunes API

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ toml = "0.5"
percent-encoding = "2.1"
semver-parser = "0.9.0"
tokio = { version = "0.2", features = ["full"]}
podcast_search = "0.1"
podcast_search = "0.2"

0 comments on commit aa1eff6

Please sign in to comment.