Skip to content

Commit c65b127

Browse files
chore(release): 0.7.6
1 parent aa4b836 commit c65b127

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.6 (2025-08-04)
5+
6+
### Bug Fixes
7+
8+
- Minor help strings
9+
([`aa4b836`](https://github.com/ni-kismet/systemlink-cli/commit/aa4b8368c0f81fd06601098b3d9756e5f8bdf2f1))
10+
11+
412
## v0.7.5 (2025-08-04)
513

614
### Bug Fixes
715

816
- Ascii title card
917
([`f051059`](https://github.com/ni-kismet/systemlink-cli/commit/f0510594f4ca8a015829c8dc1eea743194526bc2))
1018

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

1225
## v0.7.4 (2025-07-31)
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.5"
3+
version = "0.7.6"
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.5"
4+
__version__ = "0.7.6"

0 commit comments

Comments
 (0)