From 38b2273eb3b7cc46e74484c4e00bd941d2b80e69 Mon Sep 17 00:00:00 2001 From: SimonTarara62 <33222802+SimonTarara62@users.noreply.github.com> Date: Sun, 14 Jun 2026 20:45:14 +0300 Subject: [PATCH] release: v0.5.1 Working-order execute-order fix + verified API coverage matrix. Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 2 ++ capital_cli/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ec181..3228bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.5.1] - 2026-06-14 + ### Added - Verified full Capital.com Open API coverage: a canonical endpoint registry (`tests/e2e/endpoints.py`) plus CLI and SDK positive/negative e2e tests for diff --git a/capital_cli/__init__.py b/capital_cli/__init__.py index 6b0e55e..0b2a32d 100644 --- a/capital_cli/__init__.py +++ b/capital_cli/__init__.py @@ -1,3 +1,3 @@ """Capital.com command-line client.""" -__version__ = "0.5.0" +__version__ = "0.5.1"