Skip to content

Commit 9520944

Browse files
chore(release): 0.39.0
1 parent 8d048b9 commit 9520944

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
11
# CHANGELOG
22

33

4+
## v0.39.0 (2026-03-02)
5+
6+
### Features
7+
8+
- **testmonitor**: Add product create, update, and delete commands
9+
([#72](https://github.com/ni-kismet/systemlink-cli/pull/72),
10+
[`8d048b9`](https://github.com/ni-kismet/systemlink-cli/commit/8d048b94045d567bdc9b2e75023c5c07cc12eff0))
11+
12+
Add CRUD operations for Test Monitor products:
13+
14+
- product create: Create products with part number, name, family, workspace, keywords, and
15+
properties - product update: Update existing products with merge or replace mode - product delete:
16+
Delete single or multiple products with confirmation
17+
18+
Includes: - 12 new unit tests (944 total passing) - README documentation with usage examples -
19+
SKILL.md updated with new command reference - Proper error handling with ExitCodes - Readonly mode
20+
checking - JSON and table output formats
21+
22+
423
## v0.38.0 (2026-03-02)
524

25+
### Chores
26+
27+
- **release**: 0.38.0
28+
([`f62ee6b`](https://github.com/ni-kismet/systemlink-cli/commit/f62ee6baa9e4d12d035b7797110a919df6fc5c2e))
29+
630
### Features
731

832
- Add workitem create-from-template command

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "slcli"
3-
version = "0.38.0"
3+
version = "0.39.0"
44
description = "SystemLink Integrator CLI - cross-platform CLI for SystemLink workflows and templates."
55
authors = ["Fred Visser <fred.visser@emerson.com>"]
66
include = ["dff-editor/**/*"]

slcli/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information for slcli."""
22

33
# This file is auto-generated. Do not edit manually.
4-
__version__ = "0.38.0"
4+
__version__ = "0.39.0"

0 commit comments

Comments
 (0)