Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 02:04
· 22 commits to main since this release

What's Changed

Added

  • Support for multiple .env.example files throughout the repository, enabling monorepo workflows
  • Recursive scanning of .env files 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 create now processes all .env.example files found in the repository while maintaining directory structure
  • Only git-tracked .env.example files are now processed, preventing unwanted processing of files in .sprout/ worktrees

Deprecated

Removed

Fixed

Security


Full Changelog: v0.1.0...v0.4.0