Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef469dc

Browse files
chore: Release 0.47.2 (#729)
1 parent aa201ca commit ef469dc

3 files changed

Lines changed: 15 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## Unreleased
1010

11+
## [0.47.2] - 2026-04-22
12+
1113
* `ic-agent`: Added `InfoAwareIdentity` and `Identity::sender_info` for setting canister-certified sender info.
14+
* `ic-agent`: Added PKCS#8 pem parsing to `Secp256k1Identity` and `Prime256v1Identity`.
1215

1316
## [0.47.0] - 2026-03-23
1417

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.47.1"
16+
version = "0.47.2"
1717
authors = ["DFINITY Stiftung <[email protected]>"]
1818
edition = "2021"
1919
repository = "https://github.com/dfinity/agent-rs"
@@ -30,10 +30,10 @@ license = "Apache-2.0"
3030
# a comment listing those crates). Otherwise, features are declared in the individual crate Cargo.toml.
3131
#
3232
# The path dependencies below ensure all workspace members use the same version of internal crates.
33-
ic-agent = { path = "ic-agent", version = "0.47.1", default-features = false }
34-
ic-identity-hsm = { path = "ic-identity-hsm", version = "0.47.1" }
35-
ic-transport-types = { path = "ic-transport-types", version = "0.47.1" }
36-
ic-utils = { path = "ic-utils", version = "0.47.1" }
33+
ic-agent = { path = "ic-agent", version = "0.47.2", default-features = false }
34+
ic-identity-hsm = { path = "ic-identity-hsm", version = "0.47.2" }
35+
ic-transport-types = { path = "ic-transport-types", version = "0.47.2" }
36+
ic-utils = { path = "ic-utils", version = "0.47.2" }
3737
ic-utils-bindgen = { path = "ic-utils-bindgen" }
3838
ref-tests = { path = "ref-tests" }
3939

0 commit comments

Comments
 (0)