From 63043bd051649bf272d2de14a9fdc7e89e89787b Mon Sep 17 00:00:00 2001 From: ArthurBernard Date: Sun, 12 Jul 2026 13:10:17 +0200 Subject: [PATCH] chore: release v0.14.0 --- CHANGELOG.md | 20 ++++++++++++-------- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a86b0..3e1c249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Fixed + +### Deprecated + +### Removed + +## [0.14.0] - 2026-07-12 + +### Added + - **The canary runs against real venues (closes the `canary-roundtrip` epic).** Venue identity oracle: our store-recorded fills == the venue-reported fills (exact triples), per-asset balance deltas == the @@ -102,14 +114,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 documented follow-up seam. Verified against the real dccd store: cache == independently-read frame closes, exact price and asof. (#209) -### Changed - -### Fixed - -### Deprecated - -### Removed - ## [0.13.0] - 2026-07-11 ### Added diff --git a/pyproject.toml b/pyproject.toml index f5c22e7..bc9dee9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "trading_bot" -version = "0.13.0" +version = "0.14.0" description = "Execution & orchestration layer of the trading triptych — live strategies, order routing, risk. Hexagonal, async-first." readme = "README.md" license = { text = "MIT" }