chore: release v0.4.0

Major version bump due to breaking changes:
- Schema migration from action-centric to day-centric model
- Old database tables removed (trading_sessions, positions, reasoning_logs)
- /reasoning endpoint removed (replaced by /results)
- Accurate daily P&L calculation system implemented
This commit is contained in:
2025-11-04 10:59:27 -05:00
parent 7a53764f09
commit 481126ceca

View File

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.4.0] - 2025-11-04
### BREAKING CHANGES
#### Schema Migration: Old Tables Removed