Skip to content

Commit fd79504

Browse files
chore(release): 0.7.0
1 parent bc4cd48 commit fd79504

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.0 (2025-07-29)
5+
6+
### Features
7+
8+
- Add dff commands
9+
([`657f22c`](https://github.com/ni-kismet/systemlink-cli/commit/657f22cdb957828459e5e0602b8f32af665d37d9))
10+
11+
412
## v0.6.0 (2025-07-28)
513

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

821
- Add terminal completion support

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

0 commit comments

Comments
 (0)