Releases: kade-robertson/ddragon
Releases · kade-robertson/ddragon
v0.8.2
0.8.2 (2024-04-05)
Bug Fixes
- handle name in tft augment container (#63) (bf46732)
v0.8.1
0.8.1 (2023-10-31)
Bug Fixes
- deps: bump cacache to resolve reflink (#60) (edd0f10)
v0.8.0
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
0.7.4 (2023-07-28)
Bug Fixes
- summoner spell cooldown should be f64 (#53) (7682032)
v0.7.3
0.7.3 (2023-06-26)
Bug Fixes
- deps: specify range on cacache dependency (#51) (bd8ee86)
v0.7.2
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
0.7.1 (2023-03-17)
Bug Fixes
- deps: replace cacache-sync with cacache (#41) (3d1a37d)
v0.7.0
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
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
0.5.0 (2023-02-02)
Features
- derive partialeq and/or eq where applicable (#28) (de01faf)