v1.8.0
🚀 Updates
-
Added code owners (
CODEOWNERS
) support.- Added
owners
setting tomoon.yml
. - Added
codeowners
setting to.moon/workspace.yml
. - Added
moon sync codeowners
command.
- Added
-
Added
vcs.provider
setting to.moon/workspace.yml
. -
Added a new action to the graph,
SyncWorkspace
, that'll be used for workspace-level checks. -
Added
workspace.syncing
andworkspace.synced
webhooks. -
Added
MOON_OUTPUT_STYLE
andMOON_RETRY_COUNT
environment variables. -
Rust
- Improved Cargo workspace root and members detection.
⚙️ Internal
- Deprecated the
moon sync
command, usemoon sync projects
instead. - Refactored task inputs, outputs, and file groups to be more accurate.
- Updated Rust to v1.70.