Skip to content

Commit cf68820

Browse files
author
Zeyla Hellyer
committed
Bump to v0.5.7
This is a hotfix release for an incorrect warning about cache deadlocking during event dispatches in the client and fixing some routing method typos due to the HTTP rewrite. Thanks to the following for their contributions: - [@acdenisSK] - [@Lymia] - [@zeyla] Fixed - [client] Fix erroneous deadlock detection messages ([@Lymia]) [c:d1266fc] - [http] Fix some routing issues ([@zeyla]) [c:04b410e] Misc. - Slightly reword a cache update comment ([@acdenisSK]) [c:3a58090] [@acdenisSK]: https://github.com/acdenisSK [@Lymia]: https://github.com/Lymia [@zeyla]: https://github.com/zeyla [c:04b410e]: 04b410e [c:3a58090]: 3a58090 [c:d1266fc]: d1266fc
1 parent 04b410e commit cf68820

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.5.7] - 2018-08-09
7+
8+
This is a hotfix release for an incorrect warning about cache deadlocking during
9+
event dispatches in the client and fixing some routing method typos due to the
10+
HTTP rewrite.
11+
12+
Thanks to the following for their contributions:
13+
14+
- [@acdenisSK]
15+
- [@Lymia]
16+
- [@zeyla]
17+
18+
### Fixed
19+
20+
- [client] Fix erroneous deadlock detection messages ([@Lymia]) [c:d1266fc]
21+
- [http] Fix some routing issues ([@zeyla]) [c:04b410e]
22+
23+
### Misc.
24+
25+
- Slightly reword a cache update comment ([@acdenisSK]) [c:3a58090]
26+
627
## [0.5.6] - 2018-08-07
728

829
This is a bugfix release that fixes a long-standing bug causing shards to
@@ -2229,6 +2250,7 @@ rest::get_guilds(GuildPagination::After(GuildId(777)), 50);
22292250

22302251
Initial commit.
22312252

2253+
[0.5.7]: https://github.com/serenity-rs/serenity/compare/v0.5.6...v0.5.7
22322254
[0.5.6]: https://github.com/serenity-rs/serenity/compare/v0.5.5...v0.5.6
22332255
[0.5.5]: https://github.com/serenity-rs/serenity/compare/v0.5.4...v0.5.5
22342256
[0.5.4]: https://github.com/serenity-rs/serenity/compare/v0.5.3...v0.5.4
@@ -2289,6 +2311,7 @@ Initial commit.
22892311
[@joek13]: https://github.com/joek13
22902312
[@Lakelezz]: https://github.com/Lakelezz
22912313
[@lolzballs]: https://github.com/lolzballs
2314+
[@Lymia]: https://github.com/Lymia
22922315
[@khazhyk]: https://github.com/khazhyk
22932316
[@megumisonoda]: https://github.com/megumisonoda
22942317
[@Mishio595]: https://github.com/Mishio595
@@ -2308,6 +2331,10 @@ Initial commit.
23082331
[@vityafx]: https://github.com/vityafx
23092332
[@zeyla]: https://github.com/zeyla
23102333

2334+
[c:04b410e]: https://github.com/serenity-rs/serenity/commit/04b410ee75b2eb29f32e66fc137d3992a4972f1d
2335+
[c:3a58090]: https://github.com/serenity-rs/serenity/commit/3a580909c489c328f3faa10741debd4b063e7fbd
2336+
[c:d1266fc]: https://github.com/serenity-rs/serenity/commit/d1266fc3051a436f87a4778c5081c2228eb50b1c
2337+
23112338
[c:01e3c33]: https://github.com/serenity-rs/serenity/commit/01e3c331ed188e2b95bafa2fa0fc63d5c0c03905
23122339
[c:02de778]: https://github.com/serenity-rs/serenity/commit/02de7789d72141434264e8bd7cee7e1fc65a043f
23132340
[c:0501020]: https://github.com/serenity-rs/serenity/commit/05010204eaded91b29aef0561fc8fb668b522760

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/serenity-rs/serenity.git"
11-
version = "0.5.6"
11+
version = "0.5.7"
1212

1313
[dependencies]
1414
bitflags = "^1.0"

0 commit comments

Comments
 (0)