File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Added
1111- Initial placeholder for future changes
1212
13+ ## [ 0.1.3] - 2025-01-25
14+
15+ ### Fixed
16+ - 🧹 ** Code quality improvements** : Comprehensive cleanup for consistent standards
17+ - Applied black formatting to all Python files for consistent code style
18+ - Removed trailing whitespace from all source files
19+ - Ensured all Python files end with proper newlines
20+ - Fixed import order violations (E402) in test files
21+ - Added noqa comments for unavoidable import order issues
22+ - All tests pass (17/17) with zero linting violations
23+
1324## [ 0.1.2] - 2025-01-25
1425
1526### Fixed
Original file line number Diff line number Diff line change 1- 0.1.2
1+ 0.1.3
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " code-conductor"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44description = " Agent coordination for Conductor, Warp, and Claude Code"
55authors = [" Ryan Mac <ryan@updoot.co>" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments