|
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.4.2] - 2017-10-29 |
| 6 | +## [0.4.3] - 2017-11-01 |
| 7 | + |
| 8 | +This release contains bugfixes and marks the final release of the v0.4.x branch. |
| 9 | +Future development will continue on the v0.5.x branch. |
| 10 | + |
| 11 | +Thanks to the following for their contributions: |
| 12 | + |
| 13 | +- [@acdenisSK] |
| 14 | +- [@ThatsNoMoon] |
| 15 | +- [@zeyla] |
| 16 | + |
| 17 | +### Added |
| 18 | + |
| 19 | +- [model] Add `Guild::member_permissions` ([@zeyla]) [c:2ba4d03] |
| 20 | + |
| 21 | +### Changed |
7 | 22 |
|
8 | | -This release contains the regular bugfixes, new features and slight behaviour changes. |
| 23 | +- [model] Rename `Guild::permissions_for` to `Guild::permissions_in`, keep an |
| 24 | + alias ([@zeyla]) [c:dcac271] |
9 | 25 |
|
| 26 | +### Fixed |
| 27 | + |
| 28 | +- [model] Make `Member::permissions` return guild-level permissions ([@zeyla]) |
| 29 | + [c:d3eddc6] |
| 30 | + |
| 31 | +### Misc. |
| 32 | + |
| 33 | +- [model] Add some docs to `BanOptions` ([@acdenisSK]) [c:c99091d] |
| 34 | +- [model] Have `Guild::has_perms` use `Guild::member_permissions` ([@zeyla]) |
| 35 | + [c:1b7101f] |
| 36 | +- [http] Slightly clarify ratelimiting documentation ([@zeyla]) [c:3be6e2e] |
| 37 | +- [docs] Fix ping bot example ([@ThatsNoMoon]) [c:800e58f] |
| 38 | +- [docs] Use consistent token names in examples ([@zeyla]) [c:e219a6a] |
| 39 | + |
| 40 | +## [0.4.2] - 2017-10-29 |
| 41 | + |
| 42 | +This release contains the regular bugfixes, new features and slight behaviour |
| 43 | +changes. |
10 | 44 |
|
11 | 45 | Thanks to the following people for their contributions: |
12 | 46 |
|
13 | | -- [@zeyla] |
14 | 47 | - [@acdenisSK] |
15 | 48 | - [@efyang] |
16 | 49 | - [@Caemor] |
17 | 50 | - [@Flat] |
18 | 51 | - [@hsiW] |
19 | 52 | - [@Lakelezz] |
20 | 53 | - [@UninterestinAcc] |
| 54 | +- [@zeyla] |
21 | 55 |
|
22 | 56 | ### Added |
23 | 57 |
|
@@ -1477,6 +1511,8 @@ rest::get_guilds(GuildPagination::After(GuildId(777)), 50); |
1477 | 1511 |
|
1478 | 1512 | Initial commit. |
1479 | 1513 |
|
| 1514 | +[0.4.3]: https://github.com/zeyla/serenity/compare/v0.4.2...v0.4.3 |
| 1515 | +[0.4.2]: https://github.com/zeyla/serenity/compare/v0.4.1...v0.4.2 |
1480 | 1516 | [0.4.1]: https://github.com/zeyla/serenity/compare/v0.4.0...v0.4.1 |
1481 | 1517 | [0.4.0]: https://github.com/zeyla/serenity/compare/v0.3.0...v0.4.0 |
1482 | 1518 | [0.3.0]: https://github.com/zeyla/serenity/compare/v0.2.0...v0.3.0 |
@@ -1521,10 +1557,20 @@ Initial commit. |
1521 | 1557 | [@Roughsketch]: https://github.com/Roughsketch |
1522 | 1558 | [@sschroe]: https://github.com/sschroe |
1523 | 1559 | [@SunDwarf]: https://github.com/SunDwarf |
| 1560 | +[@ThatsNoMoon]: https://github.com/ThatsNoMoon |
1524 | 1561 | [@UninterestinAcc]: https://github.com/UninterestinAcc |
1525 | 1562 | [@xentec]: https://github.com/xentec |
1526 | 1563 | [@zeyla]: https://github.com/zeyla |
1527 | 1564 |
|
| 1565 | +[c:1b7101f]: https://github.com/zeyla/serenity/commit/1b7101fe71335c0e18bf855c0703acc23d87e427 |
| 1566 | +[c:2ba4d03]: https://github.com/zeyla/serenity/commit/2ba4d03f15d57d9f0fb1cc4d4f4355ebbc483d0a |
| 1567 | +[c:3be6e2e]: https://github.com/zeyla/serenity/commit/3be6e2e28b0c3e9baaef19f405c463e3a41fed25 |
| 1568 | +[c:800e58f]: https://github.com/zeyla/serenity/commit/800e58f4603ce99ab69569b30cbec756301a6a63 |
| 1569 | +[c:c99091d]: https://github.com/zeyla/serenity/commit/c99091d241f240c6b76ac969655a8ec4423aaf80 |
| 1570 | +[c:d3eddc6]: https://github.com/zeyla/serenity/commit/d3eddc68e07bbc31e2043577cbf48741f0547ed3 |
| 1571 | +[c:dcac271]: https://github.com/zeyla/serenity/commit/dcac27168915b4f22745950ec0ef0c0af696774e |
| 1572 | +[c:e219a6a]: https://github.com/zeyla/serenity/commit/e219a6a9d6a890b008fc390a909ae504a0c1a329 |
| 1573 | + |
1528 | 1574 | [c:002ce3a]: https://github.com/zeyla/serenity/commit/002ce3aa272fa51b84e820f12db39cb87a461a83 |
1529 | 1575 | [c:022e35d]: https://github.com/zeyla/serenity/commit/022e35d5b12322bd77bbe74a1a3b2ad319977390 |
1530 | 1576 | [c:05f158f]: https://github.com/zeyla/serenity/commit/05f158fc89f2adc82e31cf4b93706dc7d25e11d8 |
|
0 commit comments