Skip to content

Commit d5aa2ee

Browse files
authored
chore: release Motoko ic-vetkeys v0.5.0 (#385)
Bumps the Motoko ic-vetkeys to 0.5.0 and updates the CHANGELOG.md.
1 parent d0f6d61 commit d5aa2ee

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

backend/mo/ic_vetkeys/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [0.5.0] - 2026-04-22
4+
5+
### Breaking changes
6+
7+
- Migrated the library from the deprecated `mo:base` to `mo:core` 2.4.0. Public types such as `KeyManagerState` and `EncryptedMapsState` now reference `mo:core/pure/Map.Map` instead of `mo:base/OrderedMap`; downstream code that constructs or inspects these state records must be updated accordingly.
8+
- Now requires `moc` 1.6.0 and `mo:core` 2.4.0, declared via the new `[toolchain]` section in `mops.toml`.
9+
10+
### Changed
11+
12+
- Internal refactoring to align with `mo:core` conventions and modern Motoko style.
13+
314
## [0.4.0] - 2025-09-29
415

516
### Breaking changes

backend/mo/ic_vetkeys/mops.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-vetkeys"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
repository = "https://github.com/dfinity/vetkeys/backend/mo/ic_vetkeys"
55
description = "A set of tools designed to help canister developers integrate vetKeys into their Internet Computer (ICP) applications"
66
keywords = [

0 commit comments

Comments
 (0)