We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2142771 commit 2ea2cc1Copy full SHA for 2ea2cc1
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
This file contains a centralizes a trace of all published crate versions, with their changes in short.
4
5
+## [klever-chain-vm-executor 0.2.2] - 2024-05-22
6
+
7
+- Add admin address to `managed_get_kda_token_data`.
8
9
## [klever-chain-vm-executor 0.2.1] - 2024-04-04
10
11
- New VM hook: `managedGetSftMetadata`.
vm-executor/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "klever-chain-vm-executor"
-version = "0.2.1"
+version = "0.2.2"
edition = "2021"
authors = []
0 commit comments