From 110cb29778435a885fa4dbc89ddf3bc2f92bcf65 Mon Sep 17 00:00:00 2001 From: "eoeo-release[bot]" <158570209+eoeo-release[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:37:58 +0900 Subject: [PATCH] release: v1.1.12 (#150) :robot: I have created a release *beep* *boop* --- ## [1.1.12](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.1.11...v1.1.12) (2024-11-11) ### Dependencies * lock file maintenance ([#149](https://github.com/eoeo-org/pow-summon-discordbot/issues/149)) ([4b88b42](https://github.com/eoeo-org/pow-summon-discordbot/commit/4b88b42387f588fbd3f8651963d52228159e0db4)) --- 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 e4a1c47..05c5ce9 100644 --- a/.release-please/.release-please-manifest.json +++ b/.release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.11" + ".": "1.1.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 84078ca..f23f7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.12](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.1.11...v1.1.12) (2024-11-11) + + +### Dependencies + +* lock file maintenance ([#149](https://github.com/eoeo-org/pow-summon-discordbot/issues/149)) ([4b88b42](https://github.com/eoeo-org/pow-summon-discordbot/commit/4b88b42387f588fbd3f8651963d52228159e0db4)) + ## [1.1.11](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.1.10...v1.1.11) (2024-11-07) diff --git a/Cargo.lock b/Cargo.lock index bdb2371..24e9d04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -851,7 +851,7 @@ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "pow-summon-discordbot" -version = "1.1.11" +version = "1.1.12" dependencies = [ "git2", "serenity", diff --git a/Cargo.toml b/Cargo.toml index 85428ed..8805506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pow-summon-discordbot" -version = "1.1.11" +version = "1.1.12" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html