@moonrepo/cli
Advanced tools
Comparing version 1.7.3 to 1.8.0
# Changelog | ||
## 1.8.0 | ||
#### 🚀 Updates | ||
- Added code owners (`CODEOWNERS`) support. | ||
- Added `owners` setting to `moon.yml`. | ||
- Added `codeowners` setting to `.moon/workspace.yml`. | ||
- Added `moon sync codeowners` command. | ||
- 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` and `workspace.synced` webhooks. | ||
- Added `MOON_OUTPUT_STYLE` and `MOON_RETRY_COUNT` environment variables. | ||
- Rust | ||
- Improved Cargo workspace root and members detection. | ||
#### ⚙️ Internal | ||
- Deprecated the `moon sync` command, use `moon sync projects` instead. | ||
- Refactored task inputs, outputs, and file groups to be more accurate. | ||
- Updated Rust to v1.70. | ||
## 1.7.3 | ||
@@ -4,0 +26,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "1.7.3", | ||
"version": "1.8.0", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "^1.7.3", | ||
"@moonrepo/core-linux-arm64-musl": "^1.7.3", | ||
"@moonrepo/core-linux-x64-gnu": "^1.7.3", | ||
"@moonrepo/core-linux-x64-musl": "^1.7.3", | ||
"@moonrepo/core-macos-arm64": "^1.7.3", | ||
"@moonrepo/core-macos-x64": "^1.7.3", | ||
"@moonrepo/core-windows-x64-msvc": "^1.7.3" | ||
"@moonrepo/core-linux-arm64-gnu": "^1.8.0", | ||
"@moonrepo/core-linux-arm64-musl": "^1.8.0", | ||
"@moonrepo/core-linux-x64-gnu": "^1.8.0", | ||
"@moonrepo/core-linux-x64-musl": "^1.8.0", | ||
"@moonrepo/core-macos-arm64": "^1.8.0", | ||
"@moonrepo/core-macos-x64": "^1.8.0", | ||
"@moonrepo/core-windows-x64-msvc": "^1.8.0" | ||
} | ||
} |
58259