We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb25ce commit 7d8e433Copy full SHA for 7d8e433
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## v0.20.1 (2026-01-21)
4
+
5
+### Bug Fixes
6
7
+- escape percent signs in argparse help text (#76)
8
+- treat HTTP 202 Accepted as valid response (#75)
9
10
## v0.20.0 (2025-07-22)
11
12
### Features
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "binarylane-cli"
-version = "0.20.0"
+version = "0.20.1"
description = ""
authors = ["Nathan O'Sullivan <nathan.osullivan@mammoth.com.au>"]
readme = "README.md"
0 commit comments