diff --git a/.release-please/.release-please-manifest.json b/.release-please/.release-please-manifest.json index 8d7e5f1..b870c5e 100644 --- a/.release-please/.release-please-manifest.json +++ b/.release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd2a5d..4605e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.2](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.0.1...v1.0.2) (2024-08-25) + + +### Dependencies + +* update rust crate serenity to v0.12.2 ([#15](https://github.com/eoeo-org/pow-summon-discordbot/issues/15)) ([2b537d6](https://github.com/eoeo-org/pow-summon-discordbot/commit/2b537d6b42faba822aea80fcd89bdb30b471c120)) + + +### Code Refactoring + +* fix 'clippy::search_is_some' lint error ([#38](https://github.com/eoeo-org/pow-summon-discordbot/issues/38)) ([fcc32c8](https://github.com/eoeo-org/pow-summon-discordbot/commit/fcc32c88ab1e83d29daf23874f81daa7feca2c5e)) + ## [1.0.1](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.0.0...v1.0.1) (2024-08-20) diff --git a/Cargo.lock b/Cargo.lock index 7271457..6144e7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -660,7 +660,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pow-summon-discordbot" -version = "1.0.1" +version = "1.0.2" dependencies = [ "serenity", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 72f1f42..e9fb0ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pow-summon-discordbot" -version = "1.0.1" +version = "1.0.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html