Skip to content

Commit 9ec8b42

Browse files
committed
docs: update changelog & compatibility table
1 parent 4d1594c commit 9ec8b42

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## Version 0.13.0 (2024-12-02)
412

513
- Renamed client `Connection` to `ClientSideConnection` and server `ClientConnection` to `ServerSideConnection`

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ Bevy Quinnet can be used as a transport in [`bevy_replicon`](https://github.com/
331331

332332
| bevy_quinnet | bevy |
333333
| :----------- | :--- |
334-
| 0.12-0.13 | 0.15 |
334+
| 0.12-0.14 | 0.15 |
335335
| 0.9-0.11 | 0.14 |
336336
| 0.7-0.8 | 0.13 |
337337
| 0.6 | 0.12 |

0 commit comments

Comments
 (0)