Skip to content

Commit b2a3e79

Browse files
chore(release): 0.7.1
1 parent 789a95e commit b2a3e79

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,8 +1,21 @@
11
# CHANGELOG
22

33

4+
## v0.7.1 (2025-07-29)
5+
6+
### Bug Fixes
7+
8+
- Refactor changes
9+
([`cd54fd5`](https://github.com/ni-kismet/systemlink-cli/commit/cd54fd5f2a7bb13f4bf38a82257b74f617c74e29))
10+
11+
412
## v0.7.0 (2025-07-29)
513

14+
### Chores
15+
16+
- **release**: 0.7.0
17+
([`fd79504`](https://github.com/ni-kismet/systemlink-cli/commit/fd79504248fe4fb099bd530d41a0585af920d2b9))
18+
619
### Features
720

821
- Add dff commands

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

0 commit comments

Comments
 (0)