We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a1213 commit 816f528Copy full SHA for 816f528
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# CHANGELOG
2
3
+## v0.19.0 (2025-04-04)
4
+
5
+### Bug Fixes
6
7
+- output action properties at completion of command runner (#62)
8
+- resolve exception when action ID is passed to printer formatter
9
10
+### Features
11
12
+- include action_id in formatted output of response containing ActionLink
13
14
## v0.18.0 (2025-02-28)
15
16
## v0.17.0 (2025-02-12)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "binarylane-cli"
-version = "0.18.0"
+version = "0.19.0"
description = ""
authors = ["Nathan O'Sullivan <nathan.osullivan@mammoth.com.au>"]
readme = "README.md"
0 commit comments