We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e5aa4 commit 946f3eeCopy full SHA for 946f3ee
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v0.15.1 (2023-03-21)
4
+
5
+### Fixes
6
7
+- error handling for HTTP 200 (#31)
8
9
## v0.15.0 (2023-03-21)
10
11
### Features
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "binarylane-cli"
-version = "0.15.0"
+version = "0.15.1"
description = ""
authors = ["Nathan O'Sullivan <nathan.osullivan@mammoth.com.au>"]
readme = "README.md"
0 commit comments