From 3f00b6d03287c7f877e5013ca43d68144e9b4c06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 00:53:22 +0000 Subject: [PATCH] chore(master): release 0.7.4 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2c69c..aa7c924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.4](https://github.com/kade-robertson/ddragon/compare/v0.7.3...v0.7.4) (2023-07-28) + + +### Bug Fixes + +* summoner spell cooldown should be f64 ([#53](https://github.com/kade-robertson/ddragon/issues/53)) ([7682032](https://github.com/kade-robertson/ddragon/commit/768203210f8ea90882ae58aa9cbf206493de150d)) + ## [0.7.3](https://github.com/kade-robertson/ddragon/compare/v0.7.2...v0.7.3) (2023-06-26) diff --git a/Cargo.toml b/Cargo.toml index 0bdb1b8..220d993 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ddragon" -version = "0.7.3" +version = "0.7.4" rust-version = "1.65" edition = "2021" license = "MIT"