|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | This project mostly adheres to [Semantic Versioning][semver]. |
5 | 5 |
|
| 6 | +## [0.5.14] - 2019-5-17 |
| 7 | + |
| 8 | +This release fixes a few bugs. |
| 9 | + |
| 10 | +Thanks to the following for their contributions: |
| 11 | + |
| 12 | +- [@acdenisSK] |
| 13 | +- [@Lakelezz] |
| 14 | + |
| 15 | +## Added |
| 16 | + |
| 17 | +- [model] Allow turning on and off the nsfw property of guilds channels ([@acdenisSK]) [c:68c4f5c] |
| 18 | + |
| 19 | +## Changed |
| 20 | + |
| 21 | +- [builder] Remove `type`-field from `edit`'s request body. ([@Lakelezz]) [c:f648d90] |
| 22 | + |
| 23 | +## Fixed |
| 24 | + |
| 25 | +- [model] Handle serde_json's "arbitrary precision" feature. ([@acdenisSK]) [c:33f4adf] |
| 26 | +- [framework] Do not display commands their `help_available` is set to `false`. ([@Lakelezz]) [c:1705338] |
| 27 | +- [framework] Ignore bots when using the help-command if framework's `ignore_bots` is set to `true`. ([@acdenisSK]) [c:e40758e] |
| 28 | +- [misc.] Rename the `methods`-feature inside the third example to `utils`. ([@Lakelezz]) [c:a7ee6a6] |
| 29 | + |
6 | 30 | ## [0.5.13] - 2019-3-10 |
7 | 31 |
|
8 | 32 | Thanks to the following for their contributions: |
@@ -2515,6 +2539,7 @@ rest::get_guilds(GuildPagination::After(GuildId(777)), 50); |
2515 | 2539 |
|
2516 | 2540 | Initial commit. |
2517 | 2541 |
|
| 2542 | +[0.5.14]: https://github.com/serenity-rs/serenity/compare/v0.5.13...v0.5.14 |
2518 | 2543 | [0.5.13]: https://github.com/serenity-rs/serenity/compare/v0.5.12...v0.5.13 |
2519 | 2544 | [0.5.12]: https://github.com/serenity-rs/serenity/compare/v0.5.11...v0.5.12 |
2520 | 2545 | [0.5.11]: https://github.com/serenity-rs/serenity/compare/v0.5.10...v0.5.11 |
@@ -2607,6 +2632,13 @@ Initial commit. |
2607 | 2632 | [@vityafx]: https://github.com/vityafx |
2608 | 2633 | [@zeyla]: https://github.com/zeyla |
2609 | 2634 |
|
| 2635 | +[c:f648d90]: https://github.com/serenity-rs/serenity/commit/f648d9093f87354bbec03228fa647f6dd9afb03a |
| 2636 | +[c:33f4adf]: https://github.com/serenity-rs/serenity/commit/33f4adfe0f6303ac6b39e8c3db6f413e2289c81b |
| 2637 | +[c:1705338]: https://github.com/serenity-rs/serenity/commit/17053381b1481e753abdcd319143ddd63467605d |
| 2638 | +[c:e40758e]: https://github.com/serenity-rs/serenity/commit/e40758eefdbe5a2b62f252cde69e7dec04898a09 |
| 2639 | +[c:a7ee6a6]: https://github.com/serenity-rs/serenity/commit/a7ee6a674ae158839466db58ad7e090bb64dc797 |
| 2640 | +[c:68c4f5c]: https://github.com/serenity-rs/serenity/commit/68c4f5c907993c70fc4a590a6f7d06ee0dba98ee |
| 2641 | + |
2610 | 2642 | [c:201dab8]: https://github.com/serenity-rs/serenity/commit/201dab8fa4c31d6e840f88b691772c5b0961780f |
2611 | 2643 | [c:201bc56]: https://github.com/serenity-rs/serenity/commit/201bc56f79ab913db32b3453bc8d61a7bfa0ee17 |
2612 | 2644 | [c:68263ac]: https://github.com/serenity-rs/serenity/commit/68263acc637010f854d986bdcd838593b0dc02f0 |
|
0 commit comments