We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8874fc1 commit 4918b37Copy full SHA for 4918b37
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+## v0.12.0 (2023-02-18)
4
+
5
+### Features
6
7
+- improved formatting of image and networks properties (#5)
8
+- use OpenAPI x-cli-format as default value for --format option (#4)
9
+- set API URL and TLS verification via environment variables (#1)
10
11
## [0.11.1](https://github.com/binarylane/binarylane-cli/compare/v0.11.0...v0.11.1) (2023-01-25)
12
13
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "binarylane-cli"
-version = "0.11.1"
+version = "0.12.0"
description = ""
authors = ["Nathan O'Sullivan <nathan.osullivan@mammoth.com.au>"]
readme = "README.md"
0 commit comments