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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial placeholder for future changes

## [0.1.3] - 2025-01-25

### Fixed
- 🧹 **Code quality improvements**: Comprehensive cleanup for consistent standards
- Applied black formatting to all Python files for consistent code style
- Removed trailing whitespace from all source files
- Ensured all Python files end with proper newlines
- Fixed import order violations (E402) in test files
- Added noqa comments for unavoidable import order issues
- All tests pass (17/17) with zero linting violations

## [0.1.2] - 2025-01-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "code-conductor"
version = "0.1.2"
version = "0.1.3"
description = "Agent coordination for Conductor, Warp, and Claude Code"
authors = ["Ryan Mac <[email protected]>"]
readme = "README.md"
Expand Down