Releases: Thomas-mcinally/stockprice
Releases · Thomas-mcinally/stockprice
Release v2.2.0
big refactoring (#34)
Release v2.1.2
Bugfix - pass no tickers to stockprice (#31) * in reality first arg is something like /Users/thomas.mcinally/.pyenv/versions/3.10.4/bin/stockprice * increment version
Release v2.1.1
increment version
Release v2.1.0
Error handling mistyped ticker (#28) * print error if yfinance returns 404 * remove files * refactor test names * increment version
Release v2.0.5
Allow whitespace and traling comma in input (#27) * allow non string input with whitespace * dont support string inputs * allow trailing comma * refactor variable names * increment version * parametrize trailing comma test * refactor test name
Release v2.0.4
Merge branch 'main' of https://github.com/Thomas-mcinally/stockprice
Release v2.0.3
increment version
Release v2.0.2
fix return type hints
Release v2.0.1
bux fix - 1day change before market open
Release v2.0.0
add currency to printout (#24) * add currency to printout * increment version