Skip to content

Commit b7de09d

Browse files
authored
chore: CRP-2829 release Rust backend v0.2.0 (#140)
1 parent 2095b16 commit b7de09d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/rs/ic_vetkeys/CHANGELOG.md

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

3-
## Unreleased
3+
## [0.2.0] - 08.06.2025
44

5-
### Changed
5+
### Breaking Changes
66
- Changed error types of `crate::management_canister::{bls_public_key, sign_with_bls}`.
77

8+
### Fixed
9+
- Links in code docs.
10+
11+
### Changed
12+
- Bumped `ic_cdk` to `v0.18.3`. Due to this update, the internally dispatched `vetkd_derive_key` calls now attach exactly the needed the amount of cycles (and not sometimes more cycles as it was the case before) because the new version of `ic_cdk` determines the cost by using the `ic0_cost_vetkd_derive_key` endpoint.
13+
814
## [0.1.0] - 27-05-2025
915

1016
Initial release

backend/rs/ic_vetkeys/Cargo.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.1.0"
3+
version = "0.2.0"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)