File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed 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
10
10
### Added
11
11
- Initial placeholder for future changes
12
12
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
+
13
24
## [ 0.1.2] - 2025-01-25
14
25
15
26
### 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 1
1
[tool .poetry ]
2
2
name = " code-conductor"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
description = " Agent coordination for Conductor, Warp, and Claude Code"
5
5
authors = [" Ryan Mac <ryan@updoot.co>" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments