Skip to content

Commit 2232f4b

Browse files
ryanmacclaude
andcommitted
Release v0.1.1 - CI workflow fixes
Patch release to fix release workflow issues and validate CI improvements. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent d508597 commit 2232f4b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ 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.1] - 2025-01-25
14+
15+
### Fixed
16+
- 🔧 **Release workflow**: Fixed CI pipeline dependency and action compatibility issues
17+
- Added missing Python dependencies (pyyaml, requests) for validation scripts
18+
- Updated to modern softprops/action-gh-release@v1 action
19+
- Fixed GITHUB_TOKEN usage for standard GitHub Actions integration
20+
- Streamlined asset upload process for faster releases
21+
1322
## [0.1.0] - 2025-01-25
1423

1524
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

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.0"
3+
version = "0.1.1"
44
description = "Agent coordination for Conductor, Warp, and Claude Code"
55
authors = ["Ryan Mac <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)