Skip to content

v0.20.0

Compare
Choose a tag to compare
@d-e-s-o d-e-s-o released this 17 Jun 21:22
· 299 commits to main since this release
v0.20.0
a93f457
  • Migrated most usages of SystemTime date times to chrono::DateTime
  • Added Activity::time method for retrieving the time stamp of an account activity
  • Marked several more types as non_exhaustive
  • Made price related attributes of Position type optional after announcement of breaking API change at Alpaca
  • Added fractionable attribute to Asset type
  • Switched to using tarpaulin for code coverage collection
  • Formatted code base using rustfmt and checked in configuration
    • Added enforcement of code formatting style checks in CI
  • Added CI checks for auto generated code documentation
  • Removed time-util dependency