Skip to content

Commit bf9722c

Browse files
authored
Merge pull request #69 from ryanmac/release/v0.1.3
🔖 Release v0.1.3 - Code quality improvements
2 parents c1d5f7b + 8482c19 commit bf9722c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.2
1+
0.1.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "code-conductor"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Agent coordination for Conductor, Warp, and Claude Code"
55
authors = ["Ryan Mac <ryan@updoot.co>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)