Skip to content

Commit

Permalink
chore(sushii): Bump sushii to v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Dec 30, 2020
1 parent a8b85a3 commit 4d89b4d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 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.

10 changes: 9 additions & 1 deletion sushii-2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.1.15] 2020-12-29

### Added

- Prompt for confirmation when overwriting mod log reasons with `reason`
- `first` command to get the first message in a channel

### Fixed

- Fix mute DM formatting and add duration

## [0.1.14] 2020-12-27

Expand Down Expand Up @@ -215,7 +222,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.14...HEAD
[unreleased]: https://github.com/sushiibot/sushii-2/compare/sushii-2-v0.1.15...HEAD
[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
[0.1.12]: https://github.com/sushiibot/sushii-2/compare/v0.1.11...v0.1.12
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.14"
version = "0.1.15"
authors = ["drklee3 <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 4d89b4d

Please sign in to comment.