Skip to content

Commit d725647

Browse files
chore(release): 0.7.2
1 parent ebc3f32 commit d725647

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.2 (2025-07-30)
5+
6+
### Bug Fixes
7+
8+
- E2e testing and minor exposed issues
9+
([`ad0b9c6`](https://github.com/ni-kismet/systemlink-cli/commit/ad0b9c608763e97dc026c02cdc0c3190bd01c150))
10+
11+
412
## v0.7.1 (2025-07-29)
513

614
### Bug Fixes
715

816
- Refactor changes
917
([`cd54fd5`](https://github.com/ni-kismet/systemlink-cli/commit/cd54fd5f2a7bb13f4bf38a82257b74f617c74e29))
1018

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

1225
## v0.7.0 (2025-07-29)
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.1"
3+
version = "0.7.2"
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.1"
4+
__version__ = "0.7.2"

0 commit comments

Comments
 (0)