@moonrepo/cli
Advanced tools
Comparing version 0.25.1 to 0.25.2
# Changelog | ||
## 0.25.2 | ||
#### 🐞 Fixes | ||
- Fixed an issue where hashing would attempt to hash a directory and crash. | ||
- Fixed an issue where attempting to hash a large number of files (think 10,000) would hang. | ||
- Fixed an issue where offline checks would take longer than expected. | ||
- Fixed an issue where the project graph cache would not invalidate when Rust internals have | ||
changed. | ||
## 0.25.1 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "0.25.1", | ||
"version": "0.25.2", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "^0.25.1", | ||
"@moonrepo/core-linux-arm64-musl": "^0.25.1", | ||
"@moonrepo/core-linux-x64-gnu": "^0.25.1", | ||
"@moonrepo/core-linux-x64-musl": "^0.25.1", | ||
"@moonrepo/core-macos-arm64": "^0.25.1", | ||
"@moonrepo/core-macos-x64": "^0.25.1", | ||
"@moonrepo/core-windows-x64-msvc": "^0.25.1" | ||
"@moonrepo/core-linux-arm64-gnu": "^0.25.2", | ||
"@moonrepo/core-linux-arm64-musl": "^0.25.2", | ||
"@moonrepo/core-linux-x64-gnu": "^0.25.2", | ||
"@moonrepo/core-linux-x64-musl": "^0.25.2", | ||
"@moonrepo/core-macos-arm64": "^0.25.2", | ||
"@moonrepo/core-macos-x64": "^0.25.2", | ||
"@moonrepo/core-windows-x64-msvc": "^0.25.2" | ||
} | ||
} |
45332