mirror of
https://github.com/markqvist/rnsh.git
synced 2025-02-24 17:10:04 -05:00
Version bump
This commit is contained in:
parent
07cf0e3d05
commit
bd12efd7cf
@ -26,6 +26,12 @@ There will sometimes be breaking changes in the protocol between
|
||||
releases. Use at your own peril!
|
||||
|
||||
## Recent Changes
|
||||
### v0.0.11
|
||||
- Event loop bursting improves throughput and CPU utilization on
|
||||
both listener and initiator.
|
||||
- Packet retries use RNS resend feature to prevent duplicate
|
||||
packets.
|
||||
|
||||
### v0.0.10
|
||||
- Rate limit window change events to prevent saturation of transport
|
||||
- Tweaked some loop timers to improve CPU utilization
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "rnsh"
|
||||
version = "0.0.10"
|
||||
version = "0.0.11"
|
||||
description = "Shell over Reticulum"
|
||||
authors = ["acehoss <acehoss@acehoss.net>"]
|
||||
license = "MIT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user