Skip to content

Releases: kade-robertson/ddragon

v0.8.2

05 Apr 20:46
7b029ac
Compare
Choose a tag to compare

0.8.2 (2024-04-05)

Bug Fixes

  • handle name in tft augment container (#63) (bf46732)

v0.8.1

31 Oct 21:04
0ce6a0f
Compare
Choose a tag to compare

0.8.1 (2023-10-31)

Bug Fixes

  • deps: bump cacache to resolve reflink (#60) (edd0f10)

v0.8.0

15 Oct 15:46
bc92ca5
Compare
Choose a tag to compare

0.8.0 (2023-10-15)

⚠ BREAKING CHANGES

  • deps: bump msrv to 1.67.1 for time dependency (#57)
  • deps: upgrade deps, bump msrv to 1.66.1 (#55)

Bug Fixes

  • deps: bump msrv to 1.67.1 for time dependency (#57) (6623173)
  • deps: upgrade deps, bump msrv to 1.66.1 (#55) (b00b2ea)

v0.7.4

28 Jul 01:02
e01a2f7
Compare
Choose a tag to compare

0.7.4 (2023-07-28)

Bug Fixes

  • summoner spell cooldown should be f64 (#53) (7682032)

v0.7.3

26 Jun 17:18
328c7ee
Compare
Choose a tag to compare

0.7.3 (2023-06-26)

Bug Fixes

  • deps: specify range on cacache dependency (#51) (bd8ee86)

v0.7.2

02 May 21:45
abdcd5f
Compare
Choose a tag to compare

0.7.2 (2023-05-02)

Features

  • support specifying specific API version (#49) (059bd9c)
  • support using rustls and targeting musl (#43) (61aa88b)

v0.7.1

17 Mar 03:14
7045545
Compare
Choose a tag to compare

0.7.1 (2023-03-17)

Bug Fixes

  • deps: replace cacache-sync with cacache (#41) (3d1a37d)

v0.7.0

07 Feb 22:44
8548092
Compare
Choose a tag to compare

0.7.0 (2023-02-07)

⚠ BREAKING CHANGES

  • rename DDragonClient to Client
  • rename AsyncDDragonClient to AsyncClient
  • rename DDragonClientError to ClientError
  • simpler client export names (#35)

Features

Bug Fixes

  • do not improperly cache ddragon versions (34012e5)

Code Refactoring

  • rename AsyncDDragonClient to AsyncClient (ab03f6a)
  • rename DDragonClient to Client (ab03f6a)
  • rename DDragonClientError to ClientError (ab03f6a)
  • simpler client export names (#35) (ab03f6a)

v0.6.0

04 Feb 14:57
1cee15d
Compare
Choose a tag to compare

0.6.0 (2023-02-04)

⚠ BREAKING CHANGES

  • correctly name profile icon struct

Features

  • support fetching images and sprites (#32) (acc6b0f)

Bug Fixes

  • correctly name profile icon struct (60f3dd6)

v0.5.0

02 Feb 12:50
136b6d5
Compare
Choose a tag to compare

0.5.0 (2023-02-02)

Features

  • derive partialeq and/or eq where applicable (#28) (de01faf)