Skip to content

Commit f02c9b3

Browse files
authored
release: CLI v2.10.0 (#489)
Release CLI v2.10.0. Made with [Cursor](https://cursor.com)
1 parent a053cbd commit f02c9b3

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Next
44

5+
## 2.10.0
6+
- `mops check` and `mops check-stable` now apply per-canister `[canisters.<name>].args` (previously only `mops build` applied them)
7+
- `mops check` now accepts canister names as arguments (e.g. `mops check backend`) to check a specific canister
8+
- `mops check-stable` now works without arguments, checking all canisters with `[check-stable]` configured
9+
- `mops check-stable` now accepts canister names as arguments (e.g. `mops check-stable backend`)
10+
511
## 2.9.0
612
- Add `mops info <pkg>` command to show detailed package metadata from the registry
713
- Add `[lint.extra]` config for applying additional lint rules to specific files via glob patterns

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.9.0",
3+
"version": "2.10.0",
44
"type": "module",
55
"bin": {
66
"mops": "dist/bin/mops.js",

0 commit comments

Comments
 (0)