@moonrepo/cli
Advanced tools
Comparing version 1.4.0 to 1.5.0
# Changelog | ||
## 1.5.0 | ||
#### 🚀 Updates | ||
- Added Rust tier 2 and 3 language support! | ||
- Added `rust` as a supported `platform` variant. | ||
- Added `rust` setting to `.moon/toolchain.yml`. | ||
- Added `toolchain.rust` setting to `moon.yml`. | ||
- Added support for `rust` setting in `.prototools`. | ||
- Updated `moon init` and `moon bin` commands to support Rust. | ||
- Updated `moon docker scaffold` command to scaffold Cargo files. | ||
- Updated `moon docker prune` command to delete the `target` directory. | ||
#### 🐞 Fixes | ||
- Fixed an issue where task type was `run` when it should be `test`. | ||
#### ⚙️ Internal | ||
- Reworked `moon init --yes` to not enable all tools, and instead enable based on file detection. | ||
- Cleaned up `moon init` templates. Will no longer scaffold `.moon/tasks.yml`. | ||
## 1.4.0 | ||
@@ -4,0 +26,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "^1.4.0", | ||
"@moonrepo/core-linux-arm64-musl": "^1.4.0", | ||
"@moonrepo/core-linux-x64-gnu": "^1.4.0", | ||
"@moonrepo/core-linux-x64-musl": "^1.4.0", | ||
"@moonrepo/core-macos-arm64": "^1.4.0", | ||
"@moonrepo/core-macos-x64": "^1.4.0", | ||
"@moonrepo/core-windows-x64-msvc": "^1.4.0" | ||
"@moonrepo/core-linux-arm64-gnu": "^1.5.0", | ||
"@moonrepo/core-linux-arm64-musl": "^1.5.0", | ||
"@moonrepo/core-linux-x64-gnu": "^1.5.0", | ||
"@moonrepo/core-linux-x64-musl": "^1.5.0", | ||
"@moonrepo/core-macos-arm64": "^1.5.0", | ||
"@moonrepo/core-macos-x64": "^1.5.0", | ||
"@moonrepo/core-windows-x64-msvc": "^1.5.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55116