We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d16feb commit ba2f404Copy full SHA for ba2f404
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v0.15.2 (2023-03-22)
4
+
5
+### Fixes
6
7
+- partially revert #28 as it breaks --output json for lists (#32)
8
9
## v0.15.1 (2023-03-21)
10
11
### Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "binarylane-cli"
-version = "0.15.1"
+version = "0.15.2"
description = ""
authors = ["Nathan O'Sullivan <nathan.osullivan@mammoth.com.au>"]
readme = "README.md"
0 commit comments