Skip to content

Commit

Permalink
chore(sushii): Bump sushii to v0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Jan 2, 2021
1 parent bf49c65 commit e6f5504
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
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.

13 changes: 8 additions & 5 deletions sushii-2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.1.16] - 2021-01-02

### Added

- Keyword notifications
- Keyword notifications (`noti add`, `noti list`, `noti delete`)

## [0.1.15] 2020-12-29
## [0.1.15] - 2020-12-29

### Added

Expand All @@ -22,14 +24,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fix mute DM formatting and add duration

## [0.1.14] 2020-12-27
## [0.1.14] - 2020-12-27

### Fixed

- Set user level last_msg after resetting intervals instead of before
- Save mod log entry msg_id after sending mod log message

## [0.1.13] 2020-12-27
## [0.1.13] - 2020-12-27

### Added

Expand Down Expand Up @@ -226,7 +228,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Prevent role handler from running outside of role channels
- Fix mod log entry saving

[unreleased]: https://github.com/sushiibot/sushii-2/compare/sushii-2-v0.1.15...HEAD
[unreleased]: https://github.com/sushiibot/sushii-2/compare/sushii-2-v0.1.16...HEAD
[0.1.16]: https://github.com/sushiibot/sushii-2/compare/sushii-2-v0.1.15...sushii-2-v0.1.16
[0.1.15]: https://github.com/sushiibot/sushii-2/compare/sushii-2-v0.1.14...sushii-2-v0.1.15
[0.1.14]: https://github.com/sushiibot/sushii-2/compare/sushii-2-v0.1.13...sushii-2-v0.1.14
[0.1.13]: https://github.com/sushiibot/sushii-2/compare/v0.1.12...sushii-2-v0.1.13
Expand Down
2 changes: 1 addition & 1 deletion sushii-2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sushii-2"
version = "0.1.15"
version = "0.1.16"
authors = ["drklee3 <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit e6f5504

Please sign in to comment.