Skip to content

Commit f4ade96

Browse files
chore(release): 0.40.1
1 parent 6efa385 commit f4ade96

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.40.1 (2026-03-03)
5+
6+
### Bug Fixes
7+
8+
- Clean up docs and routine error handling
9+
([`6efa385`](https://github.com/ni-kismet/systemlink-cli/commit/6efa385ea581ba182af88a79cb2e015fd653e373))
10+
11+
### Documentation
12+
13+
- Add playwright-cli skill
14+
([`6fe1aaa`](https://github.com/ni-kismet/systemlink-cli/commit/6fe1aaaa4a932b87f31ff63c16c1244527d627c5))
15+
16+
417
## v0.40.0 (2026-03-03)
518

19+
### Chores
20+
21+
- **release**: 0.40.0
22+
([`6c9683d`](https://github.com/ni-kismet/systemlink-cli/commit/6c9683d5af5801974eafbeb1e476a9cce06ef699))
23+
624
### Features
725

826
- **workitem**: Add --system, --fixture, --dut resource flags to schedule 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.40.0"
3+
version = "0.40.1"
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.40.0"
4+
__version__ = "0.40.1"

0 commit comments

Comments
 (0)