Skip to content

Commit 18e99c8

Browse files
chore(release): 0.7.4
1 parent d101c4c commit 18e99c8

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.7.4 (2025-07-31)
5+
6+
### Bug Fixes
7+
8+
- Completion script for older bash environments
9+
([`d101c4c`](https://github.com/ni-kismet/systemlink-cli/commit/d101c4cc8ccf577470a2d0da80bc400bf1c1972d))
10+
11+
412
## v0.7.3 (2025-07-30)
513

614
### Bug Fixes
715

816
- Pagination issues across different services
917
([`33bc357`](https://github.com/ni-kismet/systemlink-cli/commit/33bc3575f0471189229186f52dcf375fa4192f4f))
1018

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

1225
## v0.7.2 (2025-07-30)
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.7.3"
3+
version = "0.7.4"
44
description = "SystemLink Integrator CLI - cross-platform CLI for SystemLink workflows and templates."
55
authors = ["Fred Visser <fred.visser@emerson.com>"]
66

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.7.3"
4+
__version__ = "0.7.4"

0 commit comments

Comments
 (0)