Commit 9ec8b42 1 parent 4d1594c commit 9ec8b42 Copy full SHA for 9ec8b42
File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Version 0.14.0 (2025-01-16)
4
+
5
+ - Updated ` rustls-platform-verifier ` from 0.4 to 0.5
6
+ - Client:
7
+ - Added ` Debug ` , ` Clone ` and ` Copy ` derives to client events by @florianfelix
8
+ - Server:
9
+ - Changed ` start_endpoint ` to return an error (instead of a panic in the async task) if the socket binding fails (thanks to @NonbinaryCoder )
10
+
3
11
## Version 0.13.0 (2024-12-02)
4
12
5
13
- Renamed client ` Connection ` to ` ClientSideConnection ` and server ` ClientConnection ` to ` ServerSideConnection `
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ Bevy Quinnet can be used as a transport in [`bevy_replicon`](https://github.com/
331
331
332
332
| bevy_quinnet | bevy |
333
333
| :----------- | :--- |
334
- | 0.12-0.13 | 0.15 |
334
+ | 0.12-0.14 | 0.15 |
335
335
| 0.9-0.11 | 0.14 |
336
336
| 0.7-0.8 | 0.13 |
337
337
| 0.6 | 0.12 |
You can’t perform that action at this time.
0 commit comments