Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
acehoss committed Feb 19, 2023
1 parent 07cf0e3 commit bd12efd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rnsh"
version = "0.0.10"
version = "0.0.11"
description = "Shell over Reticulum"
authors = ["acehoss <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit bd12efd

Please sign in to comment.