From 8914b7fb43f025072bc38c003642a4a5d4b66e73 Mon Sep 17 00:00:00 2001 From: ArthurBernard Date: Tue, 14 Jul 2026 15:45:01 +0200 Subject: [PATCH] chore: release v0.15.0 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef5cc7..2066543 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.15.0] - 2026-07-14 + +### Added + - **Daemon logs are real logs** — the daemon path writes `logs/daemon.log` through a midnight-rotating handler (14-day retention) with ISO-8601 local timestamps carrying the numeric tz offset; level/dir/retention configurable diff --git a/pyproject.toml b/pyproject.toml index bc9dee9..ac59d81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "trading_bot" -version = "0.14.0" +version = "0.15.0" description = "Execution & orchestration layer of the trading triptych — live strategies, order routing, risk. Hexagonal, async-first." readme = "README.md" license = { text = "MIT" }