From bad46550f0824f5fc8d5aa9cb631489c97ffbbd0 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Thu, 5 Oct 2023 11:24:37 +0200 Subject: [PATCH] release 0.5.1 --- CHANGES.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 13fc0fa..02814d6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,3 +3,8 @@ ## 0.5.0 - first release + +## 0.5.1 (05/10/2023) + +- add support for UDP data stream (only json for now) +- add support for RTT interface diff --git a/pyproject.toml b/pyproject.toml index a94297f..016f1a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = "nxscli" -version = "0.5.0" +version = "0.5.1" authors = [{name = "raiden00", email = "raiden00@railab.me"}] description = "Nxscope CLI client" license = {text = "Apache-2.0"}