Skip to content

Commit

Permalink
chore(release): Release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PwnHub Release committed Sep 6, 2022
1 parent 69201e9 commit d8b4206
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 bot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit d8b4206

Please sign in to comment.