Skip to content

Commit 997e811

Browse files
authored
release: CLI v2.13.0 (#522)
Release CLI v2.13.0. Made with [Cursor](https://cursor.com)
1 parent 2e1b346 commit 997e811

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

cli/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Mops CLI Changelog
22

33
## Next
4+
5+
## 2.13.0
46
- Fix `mops update` and `mops outdated` jumping across major versions (or pre-1.0 minor versions) — they are now caret-bound by default, matching `cargo update`. For example, `core = "2.0.0"` now updates within `2.x.y` instead of jumping to a future `3.0.0`. Use `--major` to opt into cross-major updates.
57

68
## 2.12.3

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

0 commit comments

Comments
 (0)