From b091fbcaa71d2deb4fcb385c159bfdc95cf9bea1 Mon Sep 17 00:00:00 2001 From: "eoeo-release[bot]" <158570209+eoeo-release[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:31:42 +0900 Subject: [PATCH] release: v1.1.13 (#153) :robot: I have created a release *beep* *boop* --- ## [1.1.13](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.1.12...v1.1.13) (2024-11-14) ### Dependencies * update rust crate serenity to v0.12.3 ([#152](https://github.com/eoeo-org/pow-summon-discordbot/issues/152)) ([b96bcaf](https://github.com/eoeo-org/pow-summon-discordbot/commit/b96bcaf21f2994540d611669cf6295218ae172af)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: eoeo-release[bot] <158570209+eoeo-release[bot]@users.noreply.github.com> --- .release-please/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please/.release-please-manifest.json b/.release-please/.release-please-manifest.json index 05c5ce9..0d7804d 100644 --- a/.release-please/.release-please-manifest.json +++ b/.release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.12" + ".": "1.1.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f23f7ca..7dc2c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.13](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.1.12...v1.1.13) (2024-11-14) + + +### Dependencies + +* update rust crate serenity to v0.12.3 ([#152](https://github.com/eoeo-org/pow-summon-discordbot/issues/152)) ([b96bcaf](https://github.com/eoeo-org/pow-summon-discordbot/commit/b96bcaf21f2994540d611669cf6295218ae172af)) + ## [1.1.12](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.1.11...v1.1.12) (2024-11-11) diff --git a/Cargo.lock b/Cargo.lock index 458107c..57d86f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -851,7 +851,7 @@ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "pow-summon-discordbot" -version = "1.1.12" +version = "1.1.13" dependencies = [ "git2", "serenity", diff --git a/Cargo.toml b/Cargo.toml index 3c153c3..d359cc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pow-summon-discordbot" -version = "1.1.12" +version = "1.1.13" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html