Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Releases: spenserblack/github-stats-rs

0.5.0

06 Jan 14:07
v0.5.0
5f8f3e3
Compare
Choose a tag to compare

💥 Breaking Changes

  • Bump reqwest to 0.11
    • Requires tokio version to be 1

0.4.0

10 Sep 15:34
f74c7f6
Compare
Choose a tag to compare

Added

  • optional authorization token for a Search

0.3.0

17 Aug 12:57
5a3f272
Compare
Choose a tag to compare

Breaking Changes 💥

Changed

  • fns that make requests to async fns
  • user agents to be required for requests

0.2.0

01 Nov 13:18
04b6c4c
Compare
Choose a tag to compare
# In Cargo.toml
github-stats = "0.2.0"

docs.rs

💥 Breaking changes!
Usage has changed to match values returned by Github's API, with minimal processing.
i.e. This project doesn't just get whatever stats I'm interested in anymore.

Thank you to all Hacktoberfest participants! 🎃

0.1.0

07 Oct 17:21
8db8d19
Compare
Choose a tag to compare

docs.rs
Initial release