Skip to content

Commit

Permalink
release: v1.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
eoeo-release[bot] authored Dec 10, 2024
1 parent a12fea8 commit d1e1f7a
Show file tree
Hide file tree
Showing 4 changed files with 16 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.1.18"
".": "1.1.19"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.1.19](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.1.18...v1.1.19) (2024-12-10)


### Dependencies

* 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)


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.1.18"
version = "1.1.19"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit d1e1f7a

Please sign in to comment.