Skip to content

Commit

Permalink
chore: Bump sushii to v0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Jan 5, 2021
1 parent b68afc4 commit fbbdf75
Show file tree
Hide file tree
Showing 3 changed files with 14 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.

13 changes: 12 additions & 1 deletion sushii-2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]

## [0.1.18] - 2021-01-05

### Fixed

- Prevent mentions when using short `[prefix][tag]`
- Allow missing guild icon for guild cache
- Fetch member when checking if user can see notification message

## [0.1.17] - 2021-01-04

### Added
Expand Down Expand Up @@ -239,7 +249,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.17...HEAD
[unreleased]: https://github.com/sushiibot/sushii-2/compare/sushii-2-v0.1.18...HEAD
[0.1.18]: https://github.com/sushiibot/sushii-2/compare/sushii-2-v0.1.17...sushii-2-v0.1.18
[0.1.17]: https://github.com/sushiibot/sushii-2/compare/sushii-2-v0.1.16...sushii-2-v0.1.17
[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
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.17"
version = "0.1.18"
authors = ["drklee3 <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit fbbdf75

Please sign in to comment.