From 21b80819c6ccc2ff80c1bd0d923d411d80639385 Mon Sep 17 00:00:00 2001 From: Aaron Heise Date: Tue, 14 Feb 2023 05:31:11 -0600 Subject: [PATCH] Version bump --- README.md | 14 ++++++++++++-- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e5d647..b367333 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,18 @@ out. Anyway, there's a lot of room for improvement. -## New in v0.0.5 -### Remote command line and pipe compatibility +## Alpha Software +These early versions will be buggy. There will sometimes be major +breaking changes to the command line parameters between releases. +There will sometimes be breaking changes in the protocol between +releases. Use at your own peril! + +## Recent Changes +### v0.0.6 +Minor improvements in transport efficiency + +### v0.0.5 +#### Remote command line and pipe compatibility Command line options have changed somewhat to allow the initiator to supply a command line. This allows `rnsh` to function similarly to SSH. You can pipe into or out of `rnsh` to send input through diff --git a/pyproject.toml b/pyproject.toml index 072e057..d2f4dac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rnsh" -version = "0.0.5" +version = "0.0.6" description = "Shell over Reticulum" authors = ["acehoss "] license = "MIT"