Skip to content

Commit 0e47320

Browse files
authored
chore: increment crate versions to v0.14.3 (#2744)
1 parent 957330e commit 0e47320

3 files changed

Lines changed: 44 additions & 50 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
# Changelog
22

3-
## 0.14.3 (unreleased)
3+
## 0.14.3 (2026-04-07)
44

5-
### Changes
6-
7-
- Updated for compatibility with miden-vm v0.22.1 (`Arc<Library>` return types, `MastArtifact`/`PackageKind` removal) ([#2742](https://github.com/0xMiden/protocol/pull/2742)).
5+
- [BREAKING] Updated for compatibility with miden-vm v0.22.1 (`Arc<Library>` return types, `MastArtifact`/`PackageKind` removal) ([#2742](https://github.com/0xMiden/protocol/pull/2742)).
86

97
## 0.14.2 (2026-03-31)
108

11-
### Changes
12-
139
- Changed felt-to-word layout in the type registry from `[0, 0, 0, felt]` to `[felt, 0, 0, 0]` to match the actual MASM storage layout ([#2711](https://github.com/0xMiden/protocol/pull/2711)).
1410

1511
## 0.14.1 (2026-03-30)
1612

17-
### Changes
18-
1913
- Integrated various AggLayer-related cleanups ([#2695](https://github.com/0xMiden/protocol/pull/2695)).
2014

2115
## 0.14.0 (2026-03-23)

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ homepage = "https://miden.xyz"
2121
license = "MIT"
2222
repository = "https://github.com/0xMiden/protocol"
2323
rust-version = "1.90"
24-
version = "0.14.2"
24+
version = "0.14.3"
2525

2626
[profile.release]
2727
codegen-units = 1

0 commit comments

Comments
 (0)