Skip to content

Commit

Permalink
docs: update changelog & compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
Henauxg committed Jan 16, 2025
1 parent 4d1594c commit 9ec8b42
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Version 0.14.0 (2025-01-16)

- Updated `rustls-platform-verifier` from 0.4 to 0.5
- Client:
- Added `Debug`, `Clone` and `Copy` derives to client events by @florianfelix
- Server:
- Changed `start_endpoint` to return an error (instead of a panic in the async task) if the socket binding fails (thanks to @NonbinaryCoder)

## Version 0.13.0 (2024-12-02)

- Renamed client `Connection` to `ClientSideConnection` and server `ClientConnection` to `ServerSideConnection`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Bevy Quinnet can be used as a transport in [`bevy_replicon`](https://github.com/

| bevy_quinnet | bevy |
| :----------- | :--- |
| 0.12-0.13 | 0.15 |
| 0.12-0.14 | 0.15 |
| 0.9-0.11 | 0.14 |
| 0.7-0.8 | 0.13 |
| 0.6 | 0.12 |
Expand Down

0 comments on commit 9ec8b42

Please sign in to comment.