Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
Loading