Skip to content

Commit af4fa05

Browse files
committed
chore: release dfx-core v0.3.0
1 parent 88043eb commit af4fa05

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ future_not_send = "warn"
2525
[workspace.dependencies]
2626
candid = "0.10.18"
2727
candid_parser = "0.3.0"
28-
dfx-core = { path = "src/dfx-core", version = "0.2.0" }
28+
dfx-core = { path = "src/dfx-core", version = "0.3.0" }
2929
ic-agent = "0.45.0"
3030
ic-asset = { path = "src/canisters/frontend/ic-asset", version = "0.27.0" }
3131
ic-cdk = "0.19.0-beta.2"

src/dfx-core/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.0] - 2026-02-10
11+
12+
### Changed
13+
14+
- updated ic-agent dependency to 0.45.0
15+
1016
## [0.2.0] - 2025-08-26
1117

1218
### Changed

src/dfx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "dfx-core"
33
# This crate exposes types from `ic-agent`,
44
# so we bump the major version when `ic-agent` is bumped.
5-
version = "0.2.0"
5+
version = "0.3.0"
66
authors.workspace = true
77
edition.workspace = true
88
repository.workspace = true

0 commit comments

Comments
 (0)