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
12 changes: 12 additions & 0 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.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
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.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" }
Expand Down
Loading