Skip to content

Commit f218fd4

Browse files
author
Zeyla Hellyer
committed
Bump to v0.4.3
1 parent 2c59f87 commit f218fd4

File tree

2 files changed

+50
-4
lines changed

2 files changed

+50
-4
lines changed

CHANGELOG.md

Lines changed: 49 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,55 @@
33
All notable changes to this project will be documented in this file.
44
This project mostly adheres to [Semantic Versioning][semver].
55

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
722

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]
925

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.
1044

1145
Thanks to the following people for their contributions:
1246

13-
- [@zeyla]
1447
- [@acdenisSK]
1548
- [@efyang]
1649
- [@Caemor]
1750
- [@Flat]
1851
- [@hsiW]
1952
- [@Lakelezz]
2053
- [@UninterestinAcc]
54+
- [@zeyla]
2155

2256
### Added
2357

@@ -1477,6 +1511,8 @@ rest::get_guilds(GuildPagination::After(GuildId(777)), 50);
14771511

14781512
Initial commit.
14791513

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
14801516
[0.4.1]: https://github.com/zeyla/serenity/compare/v0.4.0...v0.4.1
14811517
[0.4.0]: https://github.com/zeyla/serenity/compare/v0.3.0...v0.4.0
14821518
[0.3.0]: https://github.com/zeyla/serenity/compare/v0.2.0...v0.3.0
@@ -1521,10 +1557,20 @@ Initial commit.
15211557
[@Roughsketch]: https://github.com/Roughsketch
15221558
[@sschroe]: https://github.com/sschroe
15231559
[@SunDwarf]: https://github.com/SunDwarf
1560+
[@ThatsNoMoon]: https://github.com/ThatsNoMoon
15241561
[@UninterestinAcc]: https://github.com/UninterestinAcc
15251562
[@xentec]: https://github.com/xentec
15261563
[@zeyla]: https://github.com/zeyla
15271564

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+
15281574
[c:002ce3a]: https://github.com/zeyla/serenity/commit/002ce3aa272fa51b84e820f12db39cb87a461a83
15291575
[c:022e35d]: https://github.com/zeyla/serenity/commit/022e35d5b12322bd77bbe74a1a3b2ad319977390
15301576
[c:05f158f]: https://github.com/zeyla/serenity/commit/05f158fc89f2adc82e31cf4b93706dc7d25e11d8

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "ISC"
88
name = "serenity"
99
readme = "README.md"
1010
repository = "https://github.com/zeyla/serenity.git"
11-
version = "0.4.2"
11+
version = "0.4.3"
1212

1313
[dependencies]
1414
bitflags = "^1.0"

0 commit comments

Comments
 (0)