Skip to content

Commit 2ae1d57

Browse files
committed
Chore: Release v0.3.2
1 parent e5d3feb commit 2ae1d57

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.3.2] - 2023-04-09
4+
5+
This patch release fixes a WS disconnection that would occur when receiving a
6+
new opcode, which was happening due to Discord sending such an opcode upon
7+
connecting to a voice channel.
8+
9+
Thanks to the following for their contributions:
10+
11+
- [@Erk-]
12+
- [@FelixMcFelix]
13+
14+
### Fixed
15+
16+
- [gateway] Songbird would fail if it could not deserialize ws payload ([@Erk-]) [c:752cae7]
17+
- [docs] Fix compilation due to ambiguous reference ([@FelixMcFelix]) [c:e5d3feb]
18+
319
## [0.3.1] — 2023-03-02
420

521
This patch release applies some minor fixes, while correcting documentation errors and adjusting some organisaation in the repository.
@@ -420,6 +436,7 @@ We'd also like to thank all users who have contributed to this module in the pas
420436
- [driver] Handle Voice close codes, prevent Songbird spinning WS threads (#1068) ([@FelixMcFelix]) [c:26c9c91]
421437

422438
<!-- COMPARISONS -->
439+
[0.3.2]: https://github.com/serenity-rs/songbird/compare/v0.3.1...v0.3.2
423440
[0.3.1]: https://github.com/serenity-rs/songbird/compare/v0.3.0...v0.3.1
424441
[0.3.0]: https://github.com/serenity-rs/songbird/compare/v0.2.2...v0.3.0
425442
[0.2.2]: https://github.com/serenity-rs/songbird/compare/v0.2.1...v0.2.2
@@ -483,6 +500,8 @@ We'd also like to thank all users who have contributed to this module in the pas
483500
[@wlcx]: https://github.com/wlcx
484501

485502
<!-- COMMITS -->
503+
[c:e5d3feb]: https://github.com/serenity-rs/songbird/commit/e5d3febb7bfbc6b4b98af3dbf312c23528307544
504+
[c:752cae7]: https://github.com/serenity-rs/songbird/commit/752cae7a09b25f69ffac110ca3ce4c841d1ec99b
486505
[c:eedab8f]: https://github.com/serenity-rs/songbird/commit/eedab8f69d1c17125971e290ee8a50fc1adcdffc
487506
[c:d6c82f5]: https://github.com/serenity-rs/songbird/commit/d6c82f52a6ea876d15a9196de1a7f8a12432407b
488507
[c:39a6f69]: https://github.com/serenity-rs/songbird/commit/39a6f69f2324b89d17d7200905a9737d057c0d7e

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "ISC"
1010
name = "songbird"
1111
readme = "README.md"
1212
repository = "https://github.com/serenity-rs/songbird.git"
13-
version = "0.3.1"
13+
version = "0.3.2"
1414

1515
[dependencies]
1616
derivative = "2"

0 commit comments

Comments
 (0)