Skip to content

Releases: Cytraen/rustgie

v0.2.0

05 Dec 19:23
Compare
Choose a tag to compare

Changelog:

  • Add enumflags2 dependency
    • Unfortunately, any flag enums with values like All or None have been removed
  • Allow deserializing strings to enums
  • Accept &str in many more places
  • Update to API v2.16.0
  • Add rustls feature to use that instead of the OS's implementation

v0.1.1

22 Jun 10:58
Compare
Choose a tag to compare

Changelog:

  • Accept &str in more (not all) places instead of just String

v0.1.0

18 Jun 08:22
Compare
Choose a tag to compare

Changelog:

  • BREAKING - return Result instead of plain response
  • Implement OAuth flow (authorization URL, getting/refreshing tokens)

v0.0.1

18 Jun 08:19
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial release