Skip to content

Commit

Permalink
chore(release): version 0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Saurav Sharma <[email protected]>
  • Loading branch information
iamsauravsharma committed May 27, 2022
1 parent 2f0e8bb commit 876f261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alpha_vantage"
version = "0.7.0"
version = "0.8.0"
authors = ["Saurav Sharma <[email protected]>"]
homepage = "https://github.com/iamsauravsharma/alpha_vantage"
repository = "https://github.com/iamsauravsharma/alpha_vantage"
Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Rust Client library built for accessing [Alphavantage][alphavantage_link] API.
Edit Cargo.toml file to add alpha_vantage as dependencies
```toml
[dependencies]
alpha_vantage = "0.7.0"
alpha_vantage = "0.8.0"
```

__OR__
Expand Down

0 comments on commit 876f261

Please sign in to comment.