Skip to content

Latest commit

 

History

History
46 lines (18 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

46 lines (18 loc) · 1.65 KB

0.3.1 (2022-03-04)

Bug Fixes

  • cli: use PathBuf for OS paths (2495383)
  • more robust error handling (4531ca3)

0.3.0 (2022-01-07)

Features

  • cli: it should allow defining output dir (ef2b634)
  • cli: it should allow writing to stdout (5c851f0)
  • cli: richer CLI with --help and --version (5e4ecc0)
  • log: control log level (41d12b1)

0.2.1 (2022-01-07)

Bug Fixes

  • input: gracefully handle invalid json input (e08c22c)

0.2.0 (2022-01-06)

Features

  • support new stock quote service - stooq (a169161)

Performance Improvements

  • http: support gzip ecoding and auto-decompress (5d1a029)