v0.4.0
What's Changed
Added
- Support for multiple
.env.examplefiles throughout the repository, enabling monorepo workflows - Recursive scanning of
.envfiles for port allocation to ensure global uniqueness across all services
Changed
- Port allocation now ensures uniqueness across all services in all worktrees, preventing Docker host port conflicts
sprout createnow processes all.env.examplefiles found in the repository while maintaining directory structure- Only git-tracked
.env.examplefiles are now processed, preventing unwanted processing of files in.sprout/worktrees
Deprecated
Removed
Fixed
Security
Full Changelog: v0.1.0...v0.4.0