Skip to content

Commit 5d3dc92

Browse files
Release 0.45.0 (#685)
1 parent 2c03865 commit 5d3dc92

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

CHANGELOG.md

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

99
## Unreleased
1010

11+
## [0.45.0] - 2025-12-19
12+
1113
* Add `{get,fetch}_subnet_by_{id,canister}` functions to enable looking up subnet information.
1214
* Fix panic in web worker environments in `ic-agent`.
1315
* Update `ic-management-canister-types` to 0.5.0

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.44.3"
16+
version = "0.45.0"
1717
authors = ["DFINITY Stiftung <[email protected]>"]
1818
edition = "2021"
1919
repository = "https://github.com/dfinity/agent-rs"
@@ -27,9 +27,9 @@ license = "Apache-2.0"
2727
needless_lifetimes = "allow"
2828

2929
[workspace.dependencies]
30-
ic-agent = { path = "ic-agent", version = "0.44.3", default-features = false }
31-
ic-utils = { path = "ic-utils", version = "0.44.3" }
32-
ic-transport-types = { path = "ic-transport-types", version = "0.44.3" }
30+
ic-agent = { path = "ic-agent", version = "0.45.0", default-features = false }
31+
ic-utils = { path = "ic-utils", version = "0.45.0" }
32+
ic-transport-types = { path = "ic-transport-types", version = "0.45.0" }
3333
ref-tests = { path = "ref-tests" }
3434

3535
ic-certification = "3"

0 commit comments

Comments
 (0)