diff --git a/.release-please/.release-please-manifest.json b/.release-please/.release-please-manifest.json index c4ddc74..53b7bc9 100644 --- a/.release-please/.release-please-manifest.json +++ b/.release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 11863fd..2398497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.2](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.1.1...v1.1.2) (2024-09-01) + + +### Dependencies + +* update rust crate tokio to v1.40.0 ([#51](https://github.com/eoeo-org/pow-summon-discordbot/issues/51)) ([0acc882](https://github.com/eoeo-org/pow-summon-discordbot/commit/0acc8827e5632bc37926196a59b5a5dd3c846695)) + + +### Build System + +* refactor build.rs ([#57](https://github.com/eoeo-org/pow-summon-discordbot/issues/57)) ([a5aea6f](https://github.com/eoeo-org/pow-summon-discordbot/commit/a5aea6f4e7a6a4bf4b4b2caa17d9d5ef925dff5a)) + ## [1.1.1](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.1.0...v1.1.1) (2024-08-27) diff --git a/Cargo.lock b/Cargo.lock index 77af80b..3651d79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -714,7 +714,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "pow-summon-discordbot" -version = "1.1.1" +version = "1.1.2" dependencies = [ "git2", "serenity", diff --git a/Cargo.toml b/Cargo.toml index 1da9eb9..6d882c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pow-summon-discordbot" -version = "1.1.1" +version = "1.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html