Skip to content

Commit 9e67a8a

Browse files
committed
release 0.9.2
Signed-off-by: raiden00pl <[email protected]>
1 parent d9c64ca commit 9e67a8a

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@
99
- intf: add support for RTT interface
1010
- disable all enabled channels when disconnecting
1111
- improve interfaces drop_all logic
12+
13+
## 0.9.2 (11/03/2026)
14+
15+
- small improvements for RTT interface
16+
- add interfaces to get nxscope state:
17+
* enabled channels
18+
* channels div
19+
* stream bitrate
20+
* stream status
21+
* stream capabilites
22+
- fix busy loop for serial that cause 100% CPU usage on host simulator
23+
- support divider for dummy dev

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = "nxslib"
7-
version = "0.9.1"
7+
version = "0.9.2"
88
authors = [{name = "raiden00", email = "[email protected]"}]
99
description = "NxScope client library"
1010
license = {text = "Apache-2.0"}

0 commit comments

Comments
 (0)