Skip to content

Commit 43d0c30

Browse files
chore(release): 0.37.2
1 parent 15fee1e commit 43d0c30

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.37.2 (2026-03-02)
5+
6+
### Bug Fixes
7+
8+
- Workitem test failure
9+
([`15fee1e`](https://github.com/ni-kismet/systemlink-cli/commit/15fee1e4e05948fe91d9ca5a975995403bd5ae1b))
10+
11+
412
## v0.37.1 (2026-03-02)
513

614
### Bug Fixes
715

816
- Skills install
917
([`cd9792f`](https://github.com/ni-kismet/systemlink-cli/commit/cd9792f2b3c446765e5865734bdd8404a6d1dd90))
1018

19+
### Chores
20+
21+
- **release**: 0.37.1
22+
([`db63ca3`](https://github.com/ni-kismet/systemlink-cli/commit/db63ca355189fd2f51b83af01c3c108dbf203d87))
23+
1124

1225
## v0.37.0 (2026-03-02)
1326

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.37.1"
3+
version = "0.37.2"
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.37.1"
4+
__version__ = "0.37.2"

0 commit comments

Comments
 (0)