Skip to content

Commit 90eb82c

Browse files
ryanmacclaude
andcommitted
Release v0.1.0
- Standardize version to 0.1.0 across all files - Update CHANGELOG for v0.1.0 release - Fix minor linting issues 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent c3be135 commit 90eb82c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.conductor/conductor_setup/discovery_task.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,5 +260,6 @@ def _get_discovery_task_body(self) -> str:
260260
4. Mark this task complete using: `./conductor complete`
261261
262262
---
263-
*This is a one-time initialization task. Once complete, all future work will be properly coordinated.*
263+
*This is a one-time initialization task. Once complete, all future work will be
264+
properly coordinated.*
264265
"""

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
- Initial placeholder for future changes
12+
13+
## [0.1.0] - 2025-01-25
14+
1015
### Added
1116
- 🎯 **90% Stack Coverage**: Enhanced detection for 10 major technology clusters covering 90% of real-world projects
1217
- React/Next.js, Vue/Nuxt, Angular, Svelte full-stack applications

VERSION

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

0 commit comments

Comments
 (0)