Skip to content

Commit

Permalink
remove file , which is no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
xemwebe committed Jul 4, 2024
1 parent e75e70d commit 87947b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 111 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 = "yahoo_finance_api"
version = "2.2.0"
version = "2.2.1"
authors = ["Mark Beinker <mwb@quantlink.de>", "Claus Matzinger <claus.matzinger+kb@gmail.com>"]
edition = "2018"
description = "A rust adapter for the yahoo! finance API to fetch histories of market data quotes."
Expand Down
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Release 2.2.1
+ remove superfluous file `quote_summary.rs` (See note to Release 2.0.0)

## Release 2.2.0
+ specify user agent instead of default
+ add new method `build_with_agent(self, user_agent: &str)` to allow use of custom agent
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,9 @@ use reqwest::{Client, ClientBuilder};
// re-export time crate
pub use time;

mod quote_summary;
mod quotes;
mod search_result;
mod yahoo_error;
pub use quote_summary::{YQuoteResponse, YQuoteSummary};
pub use quotes::{
AdjClose, CapitalGain, Dividend, PeriodInfo, Quote, QuoteBlock, QuoteList, Split,
TradingPeriods, YChart, YMetaData, YQuoteBlock, YResponse,
Expand Down
108 changes: 0 additions & 108 deletions src/quote_summary.rs

This file was deleted.

0 comments on commit 87947b0

Please sign in to comment.