Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@macpd macpd released this 28 Aug 20:06
· 1 commit to main since this release
4d2522d

What's Changed

  • add pypi version badge to README.md by @macpd in #76
  • add --video-id and --max-days-per-query flags by @macpd in #77
  • Annotate typer.Option types as Optional if they have a default of None. ignore use of Optional in ruff config since typer relies on it. by @macpd in #78
  • make --query-file-json a repeatedable flag so that mutliple query files can be passed and run serially. remove single_day_driver since main_driver can do that. by @macpd in #79
  • document using --query-file-json multiple times, and new flag --video-id in, README by @macpd in #81
  • allow --video-id to be used multiple times in same command by @macpd in #82
  • stamp version v0.1.1-rc1 by @macpd in #80
  • stamp v0.1.1 by @macpd in #83

Full Changelog: v0.1.0...v0.1.1