From a85a9c07cb068f6a8638d843c0fd0745759e93af Mon Sep 17 00:00:00 2001 From: "eoeo-release[bot]" <158570209+eoeo-release[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 07:21:26 +0000 Subject: [PATCH] release: v1.1.19 --- .release-please/.release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.release-please/.release-please-manifest.json b/.release-please/.release-please-manifest.json index 756ef5a..ca25ae5 100644 --- a/.release-please/.release-please-manifest.json +++ b/.release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.18" + ".": "1.1.19" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b32b3..25e92ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.1.19](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.1.18...v1.1.19) (2024-12-27) + + +### Dependencies + +* lock file maintenance ([#194](https://github.com/eoeo-org/pow-summon-discordbot/issues/194)) ([57264ac](https://github.com/eoeo-org/pow-summon-discordbot/commit/57264ac3164cb785925d560d997ee05d8c9f7100)) +* lock file maintenance ([#200](https://github.com/eoeo-org/pow-summon-discordbot/issues/200)) ([0f3caf6](https://github.com/eoeo-org/pow-summon-discordbot/commit/0f3caf68fca6a42e00eaf33105554d099c0cb3f9)) +* lock file maintenance ([#212](https://github.com/eoeo-org/pow-summon-discordbot/issues/212)) ([f4f590f](https://github.com/eoeo-org/pow-summon-discordbot/commit/f4f590f3af717c3198769842c818e20734a49394)) +* update rust toolchain to nightly version ([#191](https://github.com/eoeo-org/pow-summon-discordbot/issues/191)) ([5c4a239](https://github.com/eoeo-org/pow-summon-discordbot/commit/5c4a2398da2172cd3e8ec7e7eba1bca3146f551a)) + + +### Code Refactoring + +* extract to `run` function ([#185](https://github.com/eoeo-org/pow-summon-discordbot/issues/185)) ([ddb242a](https://github.com/eoeo-org/pow-summon-discordbot/commit/ddb242ad134f34fd3250c638a3f5745350065007)) +* move to lib.rs ([#187](https://github.com/eoeo-org/pow-summon-discordbot/issues/187)) ([135679f](https://github.com/eoeo-org/pow-summon-discordbot/commit/135679f635deba2a9b970a1da048b2c4e4292087)) + ## [1.1.18](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.1.17...v1.1.18) (2024-12-03) diff --git a/Cargo.lock b/Cargo.lock index 4692017..3d06fa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -845,7 +845,7 @@ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "pow-summon-discordbot" -version = "1.1.18" +version = "1.1.19" dependencies = [ "git2", "serenity", diff --git a/Cargo.toml b/Cargo.toml index 48ddbb1..e06ef4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pow-summon-discordbot" -version = "1.1.18" +version = "1.1.19" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html