Skip to content

Commit a7695b9

Browse files
authored
release: CLI v2.5.0 (#430)
## Changelog (2.5.0) - Add support for `MOPS_REGISTRY_HOST` and `MOPS_REGISTRY_CANISTER_ID` environment variables for custom registry endpoints - Fix `mops build` crashing with `__wbindgen_malloc` error in bundled CLI distribution - Fix `parallel()` swallowing errors from concurrent tasks (e.g. `mops publish` uploads), which could hang or leave failures unreported After merge: tag `cli-v2.5.0` and push per `cli/RELEASE.md`.
1 parent 1a5c7fb commit a7695b9

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

cli/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Mops CLI Changelog
22

33
## Next
4-
- Support `MOPS_REGISTRY_HOST` and `MOPS_REGISTRY_CANISTER_ID` environment variables for custom registry endpoints
4+
5+
## 2.5.0
6+
- Add support for `MOPS_REGISTRY_HOST` and `MOPS_REGISTRY_CANISTER_ID` environment variables for custom registry endpoints
57
- Fix `mops build` crashing with `__wbindgen_malloc` error in bundled CLI distribution
68
- Fix `parallel()` swallowing errors from concurrent tasks (e.g. `mops publish` uploads), which could hang or leave failures unreported
79

cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ic-mops",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"type": "module",
55
"bin": {
66
"mops": "dist/bin/mops.js",

0 commit comments

Comments
 (0)