diff --git a/README.md b/README.md index 815f5c6..df39e45 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 1ab21fa..d320725 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rnsh" -version = "0.0.10" +version = "0.0.11" description = "Shell over Reticulum" authors = ["acehoss "] license = "MIT"