From 4dcbbc012744d231c1750e7e64574105e260addb Mon Sep 17 00:00:00 2001 From: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:19:58 -0800 Subject: [PATCH] chore: dfx-core 0.1.3 (#4071) --- Cargo.lock | 2 +- src/dfx-core/CHANGELOG.md | 9 +++++++++ src/dfx-core/Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a54c68df8d..48f076ad39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1612,7 +1612,7 @@ dependencies = [ [[package]] name = "dfx-core" -version = "0.1.2" +version = "0.1.3" dependencies = [ "aes-gcm", "argon2", diff --git a/src/dfx-core/CHANGELOG.md b/src/dfx-core/CHANGELOG.md index 6fa84f7213..cc7c90c973 100644 --- a/src/dfx-core/CHANGELOG.md +++ b/src/dfx-core/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3] - 2025-01-21 + +### Changed + + - ignore missing project_templates field in extension.json + - updated ic-agent dependency to 0.39.2 + +## [0.1.2] - 2024-12-03 + ### Changed - updated ic-agent dependency to 0.39 diff --git a/src/dfx-core/Cargo.toml b/src/dfx-core/Cargo.toml index 3138270f51..a4d46d445c 100644 --- a/src/dfx-core/Cargo.toml +++ b/src/dfx-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx-core" -version = "0.1.2" +version = "0.1.3" authors.workspace = true edition.workspace = true repository.workspace = true