From d8b4206872ff473ba499e62cfe1bd6a4e533649d Mon Sep 17 00:00:00 2001 From: PwnHub Release Date: Tue, 6 Sep 2022 23:03:17 +0000 Subject: [PATCH] chore(release): Release version 0.1.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ Cargo.lock | 2 +- bot/Cargo.toml | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6afe176..8730946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,35 @@ All notable changes to this project will be documented in this file. +## [pwnhub-bot-v0.1.0] - 2022-09-06 + +### Bug Fixes + +- Remove unused import + +### Documentation + +- Penalty string generation + +### Features + +- Prevent sending of default stickers +- Filter invites based on partial input +- Timeout on sending of default stickers +- Notify user about penalty +- Graceful shutdown +- Allow unused penalty variants +- Ci caching + +### Miscellaneous Tasks + +- Bump iana-time-zone from 0.1.44 to 0.1.47 + +### Refactor + +- Fmt +- Run nightly formatter + ## [pwnhub-bot-v0.0.4] - 2022-08-16 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 4f9d006..bb4b53a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1076,7 +1076,7 @@ dependencies = [ [[package]] name = "pwnhub-bot" -version = "0.0.4" +version = "0.1.0" dependencies = [ "anyhow", "async-trait", diff --git a/bot/Cargo.toml b/bot/Cargo.toml index 8af9dfd..88a0231 100644 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwnhub-bot" -version = "0.0.4" +version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" authors = ["The PwnHub community", "Erik Tesar "]