Skip to content

Commit

Permalink
release: v1.0.2 (#39)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.0.2](v1.0.1...v1.0.2)
(2024-08-25)


### Dependencies

* update rust crate serenity to v0.12.2
([#15](#15))
([2b537d6](2b537d6))


### Code Refactoring

* fix 'clippy::search_is_some' lint error
([#38](#38))
([fcc32c8](fcc32c8))

---
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>
  • Loading branch information
eoeo-release[bot] authored Aug 25, 2024
1 parent 2b537d6 commit fd2b25a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "1.0.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fd2b25a

Please sign in to comment.