Version bump

This commit is contained in:
Aaron Heise 2023-02-19 06:51:01 -06:00
parent 07cf0e3d05
commit bd12efd7cf
No known key found for this signature in database
GPG Key ID: 6BA54088C41DE8BF
2 changed files with 7 additions and 1 deletions

View File

@ -26,6 +26,12 @@ There will sometimes be breaking changes in the protocol between
releases. Use at your own peril! releases. Use at your own peril!
## Recent Changes ## 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 ### v0.0.10
- Rate limit window change events to prevent saturation of transport - Rate limit window change events to prevent saturation of transport
- Tweaked some loop timers to improve CPU utilization - Tweaked some loop timers to improve CPU utilization

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "rnsh" name = "rnsh"
version = "0.0.10" version = "0.0.11"
description = "Shell over Reticulum" description = "Shell over Reticulum"
authors = ["acehoss <acehoss@acehoss.net>"] authors = ["acehoss <acehoss@acehoss.net>"]
license = "MIT" license = "MIT"